diff options
Diffstat (limited to 'cli/tests/testdata/npm/cjs-invalid-name-exports')
| -rw-r--r-- | cli/tests/testdata/npm/cjs-invalid-name-exports/main.out | 13 | ||||
| -rw-r--r-- | cli/tests/testdata/npm/cjs-invalid-name-exports/main.ts | 3 |
2 files changed, 0 insertions, 16 deletions
diff --git a/cli/tests/testdata/npm/cjs-invalid-name-exports/main.out b/cli/tests/testdata/npm/cjs-invalid-name-exports/main.out deleted file mode 100644 index 45ec15d0e..000000000 --- a/cli/tests/testdata/npm/cjs-invalid-name-exports/main.out +++ /dev/null @@ -1,13 +0,0 @@ -[Module: null prototype] { - "a \\ b": "a \\ b", - "another 'case'": "example", - default: { - 'wow "double quotes"': "double quotes", - "another 'case'": "example", - "a \\ b": "a \\ b", - "name variable": "a", - "foo - bar": "foo - bar" - }, - "foo - bar": "foo - bar", - 'wow "double quotes"': "double quotes" -} diff --git a/cli/tests/testdata/npm/cjs-invalid-name-exports/main.ts b/cli/tests/testdata/npm/cjs-invalid-name-exports/main.ts deleted file mode 100644 index 9bdf0e43b..000000000 --- a/cli/tests/testdata/npm/cjs-invalid-name-exports/main.ts +++ /dev/null @@ -1,3 +0,0 @@ -import * as foo from "npm:@denotest/cjs-invalid-name-exports"; - -console.log(foo); |
