Skip to content

Commit ab76944

Browse files
committed
Drop nb_test
we should bring it back before merging this PR.
1 parent 0474f09 commit ab76944

File tree

2 files changed

+2
-251
lines changed

2 files changed

+2
-251
lines changed

src/nb_test.ts

Lines changed: 0 additions & 250 deletions
This file was deleted.

tools/test_website.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Tests that only run in the browser.
22
import "../src/fetch_test";
33
import "../src/inspector_test";
4-
import "../src/nb_test";
4+
// TODO, we should bring it back before merging #21
5+
// import "../src/nb_test";
56
import "../src/nb_transpiler_test";
67
import "../src/rpc_test";

0 commit comments

Comments
 (0)