diff options
Diffstat (limited to 'tests/testdata/run/with_config/frontend_work.ts')
-rw-r--r-- | tests/testdata/run/with_config/frontend_work.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/run/with_config/frontend_work.ts b/tests/testdata/run/with_config/frontend_work.ts new file mode 100644 index 000000000..783af44e4 --- /dev/null +++ b/tests/testdata/run/with_config/frontend_work.ts @@ -0,0 +1,4 @@ +function _main() { + console.log(document); +} +console.log("ok"); |