Skip to content

Commit bb25105

Browse files
committed
Updated the tests.
1 parent 39dc680 commit bb25105

Some content is hidden

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

42 files changed

+42
-42
lines changed

test/core/EffectComposer.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 { EffectComposer } from "../../build/bundle.js";
2+
import { EffectComposer } from "../../build/postprocessing.js";
33

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

test/materials/AdaptiveLuminosityMaterial.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 { AdaptiveLuminosityMaterial } from "../../build/bundle.js";
2+
import { AdaptiveLuminosityMaterial } from "../../build/postprocessing.js";
33

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

test/materials/BokehMaterial.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 { BokehMaterial } from "../../build/bundle.js";
2+
import { BokehMaterial } from "../../build/postprocessing.js";
33

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

test/materials/ColorEdgesMaterial.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 { ColorEdgesMaterial } from "../../build/bundle.js";
2+
import { ColorEdgesMaterial } from "../../build/postprocessing.js";
33

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

test/materials/CombineMaterial.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 { CombineMaterial } from "../../build/bundle.js";
2+
import { CombineMaterial } from "../../build/postprocessing.js";
33

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

test/materials/ConvolutionMaterial.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 { ConvolutionMaterial } from "../../build/bundle.js";
2+
import { ConvolutionMaterial } from "../../build/postprocessing.js";
33

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

test/materials/CopyMaterial.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 { CopyMaterial } from "../../build/bundle.js";
2+
import { CopyMaterial } from "../../build/postprocessing.js";
33

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

test/materials/DepthComparisonMaterial.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 { DepthComparisonMaterial } from "../../build/bundle.js";
2+
import { DepthComparisonMaterial } from "../../build/postprocessing.js";
33

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

test/materials/DotScreenMaterial.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 { DotScreenMaterial } from "../../build/bundle.js";
2+
import { DotScreenMaterial } from "../../build/postprocessing.js";
33

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

test/materials/FilmMaterial.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 { FilmMaterial } from "../../build/bundle.js";
2+
import { FilmMaterial } from "../../build/postprocessing.js";
33

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

0 commit comments

Comments
 (0)