Skip to content

Commit caa9c01

Browse files
committed
fix: unitest
1 parent 257dffe commit caa9c01

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/src/shader-lab/ShaderLab.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,5 @@ describe("ShaderLab", () => {
253253
for (const err of shaderLabVerbose.errors) {
254254
console.log(err.toString());
255255
}
256-
257-
expect(shaderParse.bind(shaderLabRelease, errorShader)).to.throw(Error);
258256
});
259257
});

tests/vitest.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export default defineProject({
1515
provider: "playwright",
1616
enabled: true,
1717
name: "chromium",
18-
headless: true,
1918
providerOptions: {
2019
launch: {
2120
args: ["--use-gl=egl", "--ignore-gpu-blocklist", "--use-gl=angle"]

0 commit comments

Comments
 (0)