deno.land / x / esm@v135_2 / test / issue-627 / issue-627.test.ts

issue-627.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import jsGrammar from "http://localhost:8080/@wooorm/starry-night@2.0.0/lang/source.js.js";import tsGrammar from "http://localhost:8080/@wooorm/starry-night@2.0.0/lang/source.ts.js";
Deno.test("issue #627", async () => { assertEquals(jsGrammar.scopeName, "source.js"); assertEquals(tsGrammar.scopeName, "source.ts");});
esm

Version Info

Tagged at
a year ago