diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-04-29 15:58:31 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-29 07:58:31 -0700 |
commit | 1a0f53a807abad0e9ebfcf437f3dade6b01d7f84 (patch) | |
tree | 013eb8d15383a22a4e2c4c5502ba37035b397903 /tests/config.test | |
parent | 73be183864d0983821e683198d9a6ea9008f070a (diff) |
Add support for custom tsconfig.json (#2089)
Use `--config`
Diffstat (limited to 'tests/config.test')
-rw-r--r-- | tests/config.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/config.test b/tests/config.test new file mode 100644 index 000000000..ee811ab8b --- /dev/null +++ b/tests/config.test @@ -0,0 +1,4 @@ +args: --reload --config tests/config.tsconfig.json tests/config.ts +check_stderr: true +exit_code: 1 +output: tests/config.ts.out |