Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #108 from kachick/tsnized-tests
Browse files Browse the repository at this point in the history
TSnized tests
  • Loading branch information
kachick committed Sep 16, 2022
2 parents 14e7f43 + ca198db commit ed70b61
Show file tree
Hide file tree
Showing 5 changed files with 349 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ check: lint-all test validate

.PHONY: test
test:
node --test
npx tsc
npx ts-node-test test/*.ts
crystal spec

.PHONY: install-deps
Expand Down
Loading

0 comments on commit ed70b61

Please sign in to comment.