diff options
Diffstat (limited to 'tests/subdir')
-rw-r--r-- | tests/subdir/auto_print_hello.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/subdir/auto_print_hello.ts b/tests/subdir/auto_print_hello.ts index a00040281..5efa72e03 100644 --- a/tests/subdir/auto_print_hello.ts +++ b/tests/subdir/auto_print_hello.ts @@ -1,2 +1,2 @@ console.log("hello!"); -export = {}; +export default {}; |