Skip to content

Commit 66ea87b

Browse files
committed
add tests
1 parent f33c079 commit 66ea87b

File tree

7 files changed

+1392
-1
lines changed

7 files changed

+1392
-1
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build
3333
run: npm run build
3434

35+
- name: Test
36+
run: npm run test
37+
3538
- name: Pack
3639
run: npm pack
3740

0 commit comments

Comments
 (0)