Skip to content

Commit 4e74f90

Browse files
committed
Add tests for options store
1 parent bef3a73 commit 4e74f90

File tree

5 files changed

+2037
-170
lines changed

5 files changed

+2037
-170
lines changed

.github/workflows/commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: npm ci
3131

32+
- name: Test
33+
run: npm run test
34+
3235
- name: Lint
3336
run: |
3437
npm run lint:types

0 commit comments

Comments
 (0)