Skip to content

Commit b425a28

Browse files
committed
Update build location for tests
1 parent 7899ee7 commit b425a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("WebGL plugins", () => {
1212
bundle: true,
1313
minify: true,
1414
entryPoints: [path.resolve(__dirname, "shaders/render-frag.glsl")],
15-
outdir: "dist",
15+
outdir: "__tests__/dist",
1616
treeShaking: true,
1717
plugins: [webglPlugin()],
1818
});

0 commit comments

Comments
 (0)