diff --git a/tests/lsp_features/semantic_tokens.zig b/tests/lsp_features/semantic_tokens.zig index 95ff282..567af1c 100644 --- a/tests/lsp_features/semantic_tokens.zig +++ b/tests/lsp_features/semantic_tokens.zig @@ -197,6 +197,7 @@ test "semantic tokens - operators" { } test "semantic tokens - field access" { + if (builtin.target.isWasm()) return error.SkipZigTest; // this will make sure that the std module can be resolved try testSemanticTokens( \\const std = @import("std");