Skip to content

Commit 07eed2e

Browse files
committed
add basic tests
1 parent bd6df5b commit 07eed2e

41 files changed

Lines changed: 1135 additions & 77 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ jobs:
3434

3535
- name: Check code style
3636
run: npm run codestyle
37+
38+
- name: Run tests
39+
run: npm run test

0 commit comments

Comments
 (0)