diff options
Diffstat (limited to 'cli/tests/testdata/cache/json_import')
-rw-r--r-- | cli/tests/testdata/cache/json_import/main.ts | 2 | ||||
-rw-r--r-- | cli/tests/testdata/cache/json_import/test.json | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/testdata/cache/json_import/main.ts b/cli/tests/testdata/cache/json_import/main.ts deleted file mode 100644 index 78273558f..000000000 --- a/cli/tests/testdata/cache/json_import/main.ts +++ /dev/null @@ -1,2 +0,0 @@ -import asdf from "./test.json" assert { type: "json" }; -console.log(asdf); diff --git a/cli/tests/testdata/cache/json_import/test.json b/cli/tests/testdata/cache/json_import/test.json deleted file mode 100644 index 258849a68..000000000 --- a/cli/tests/testdata/cache/json_import/test.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "foo": { - "bar": 1 - } -} |