diff options
Diffstat (limited to 'tests/specs/npm/denotest2_scope/main.js')
-rw-r--r-- | tests/specs/npm/denotest2_scope/main.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/specs/npm/denotest2_scope/main.js b/tests/specs/npm/denotest2_scope/main.js deleted file mode 100644 index dba8187a8..000000000 --- a/tests/specs/npm/denotest2_scope/main.js +++ /dev/null @@ -1,3 +0,0 @@ -import * as test from "npm:@denotest2/basic"; - -console.log(test.getValue()); |