Skip to content

Commit a55416d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
cache: 'npm'
3131

3232
# Step 3: Install dependencies & tests
33-
- name: Install Dependency & Test
33+
- name: Install Dependency
3434
working-directory: ./
3535
run: |
36-
npm install
36+
npm install --legacy-peer-deps
3737
3838
# Step 3: Unit and Intergation Tests
3939
- name: Tests

0 commit comments

Comments
 (0)