Skip to content

Commit f22ac84

Browse files
committed
Update test script to run local variation
1 parent 5d0de17 commit f22ac84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
name: test
1919
command: npm test
2020
- run:
21-
name: test:integration
22-
command: npm run test:integration
23-
21+
name: jest:integration
22+
command: npm run jest:integration
23+
2424
workflows:
2525
version: 2
2626
build_and_test:

0 commit comments

Comments
 (0)