Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(test): use more specific checks in
check-tsconfig
spec (#398)
- `toBeFalsy()` was a bit imprecise and always felt as such, especially since `checkTsConfig` returns `void` - so instead check that it doesn't throw, which matches the test _intent_ - reorder the tests a bit to match existing test style: non-errors first, then errors - and separating into two different test blocks parallelizes them as well - also add an ES2020 check as well (follow-up to eb1dd17)
- Loading branch information