diff options
Diffstat (limited to 'tests/testdata/run')
| -rw-r--r-- | tests/testdata/run/config_json_import.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/config_json_import.ts b/tests/testdata/run/config_json_import.ts index 9cf1cceaa..7141f1495 100644 --- a/tests/testdata/run/config_json_import.ts +++ b/tests/testdata/run/config_json_import.ts @@ -1,2 +1,2 @@ -import config from "../jsx/deno-jsx.json" assert { type: "json" }; +import config from "../jsx/deno-jsx.json" with { type: "json" }; console.log(config); |
