We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa4d49 commit 6c3fb79Copy full SHA for 6c3fb79
src/test/suite/binary.test.ts
@@ -19,9 +19,9 @@ suite('Binary Test Suite', () => {
19
vscode.window.showInformationMessage('All binary tests done!');
20
});
21
22
- test('Check wasm binary', () => {
23
- assert.ok(doesBinaryExist("shader_language_server.wasm"));
24
- });
+ //test('Check wasm binary', () => {
+ // assert.ok(doesBinaryExist("shader_language_server.wasm"));
+ //});
25
test('Check windows binary', () => {
26
assert.ok(doesBinaryExist("shader_language_server.exe"));
27
0 commit comments