diff options
Diffstat (limited to 'tests/020_json_modules.ts')
-rw-r--r-- | tests/020_json_modules.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/020_json_modules.ts b/tests/020_json_modules.ts index 89963751c..71c0eb8db 100644 --- a/tests/020_json_modules.ts +++ b/tests/020_json_modules.ts @@ -1,3 +1,3 @@ import * as config from "./subdir/config.json"; - -console.log(JSON.stringify(config)); +// TODO Shouldn't need 'default' +console.log(JSON.stringify(config["default"])); |