diff options
Diffstat (limited to 'cli/tests/testdata/tsc/node_modules/b.js')
-rw-r--r-- | cli/tests/testdata/tsc/node_modules/b.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/tsc/node_modules/b.js b/cli/tests/testdata/tsc/node_modules/b.js deleted file mode 100644 index 191660935..000000000 --- a/cli/tests/testdata/tsc/node_modules/b.js +++ /dev/null @@ -1,2 +0,0 @@ -import c from "./c.js"; -export { c }; |