Skip to content

Commit ad00be0

Browse files
committed
Setup jest
1 parent 9566323 commit ad00be0

File tree

4 files changed

+24222
-15867
lines changed

4 files changed

+24222
-15867
lines changed

.github/workflows/check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
2828
- run: npm install
2929
- run: npm run tsc
30+
- run: npm run test
3031
- run: npm run build

jest.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
transform: {
3+
"^.+\\.tsx?$": "ts-jest",
4+
},
5+
};

0 commit comments

Comments
 (0)