Skip to content

Commit 0fd5df3

Browse files
committed
jest test and its config added
1 parent 3ea143f commit 0fd5df3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,15 @@ jobs:
3434
working-directory: ./
3535
run: |
3636
npm install
37+
38+
# Step 3: Unit and Intergation Tests
39+
- name: Tests
40+
working-directory: ./
41+
run: |
3742
npm test
3843
3944
45+
4046
Lint:
4147
needs: Tests
4248
name: 'Run linter'

0 commit comments

Comments
 (0)