Skip to content

Commit 5571eda

Browse files
avalletemrazauskassoedirgo
authored
test(types): introduce tstyche instead of tsd (#633)
* test(types): introduce tstyche for expected error messages assertions * refactor: remove no longer used tsd deps * refactor(deps): remove ts-expect dependency - Remove ts-expect since we only use TypeEqual - Add multiples typescript versions types testing for ci * refactor: only use type-check * chore(ci): test typescript 4.7,5.5,latest Running all the checks over all the versions slow down the CI a bit too much. Only ensure consitency between most used major + latest version * Update tstyche.config.json Co-authored-by: Tom Mrazauskas <[email protected]> * test(types): expect -> expectType --------- Co-authored-by: Tom Mrazauskas <[email protected]> Co-authored-by: Bobbie Soedirgo <[email protected]>
1 parent 4697e8e commit 5571eda

21 files changed

+111
-924
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- run: |
2424
npm clean-install
25-
npm run test
25+
npm run test:ci
2626
2727
- name: Coveralls
2828
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)