Skip to content

Commit 30ecc1a

Browse files
committed
Update tests
1 parent 0a61822 commit 30ecc1a

File tree

118 files changed

+287
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+287
-316
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { EffectComposer } from "postprocessing/module";
2+
import { EffectComposer } from "postprocessing";
33

44
test("can be instantiated and disposed", t => {
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { GaussKernel } from "postprocessing/module";
2+
import { GaussKernel } from "postprocessing";
33

44
test("can be instantiated", t => {
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { OverrideMaterialManager } from "postprocessing/module";
2+
import { OverrideMaterialManager } from "postprocessing";
33

44
test("can be instantiated and disposed", t => {
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { Resolution } from "postprocessing/module";
2+
import { Resolution } from "postprocessing";
33

44
test("can be instantiated", t => {
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { Selection } from "postprocessing/module";
2+
import { Selection } from "postprocessing";
33

44
test("can be instantiated", t => {
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { Timer } from "postprocessing/module";
2+
import { Timer } from "postprocessing";
33

44
const SECONDS_TO_MILLISECONDS = 1e3;
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { BloomEffect } from "postprocessing/module";
2+
import { BloomEffect } from "postprocessing";
33

44
test("can be created and destroyed", t => {
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { BokehEffect } from "postprocessing/module";
2+
import { BokehEffect } from "postprocessing";
33

44
test("can be created and destroyed", t => {
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { BrightnessContrastEffect } from "postprocessing/module";
2+
import { BrightnessContrastEffect } from "postprocessing";
33

44
test("can be created and destroyed", t => {
55

test/effects/ChromaticAberrationEffect.mjs renamed to test/effects/ChromaticAberrationEffect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from "ava";
2-
import { ChromaticAberrationEffect } from "postprocessing/module";
2+
import { ChromaticAberrationEffect } from "postprocessing";
33

44
test("can be created and destroyed", t => {
55

0 commit comments

Comments
 (0)