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 57d34e4 commit f3a4ff2Copy full SHA for f3a4ff2
src/nb_test.ts
tools/test_website.ts
@@ -1,6 +1,7 @@
1
// Tests that only run in the browser.
2
import "../src/fetch_test";
3
import "../src/inspector_test";
4
-import "../src/nb_test";
+// TODO, we should bring it back before merging #21
5
+// import "../src/nb_test";
6
import "../src/nb_transpiler_test";
7
import "../src/rpc_test";
0 commit comments