Skip to content

Commit 1ee749d

Browse files
committed
running front-end tests
1 parent 9f85ba7 commit 1ee749d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,11 @@ jobs:
7171
command: npm run migrate-test
7272
# run tests!
7373
- run:
74-
name: run tests!
74+
name: run node tests
7575
command: npm run test
76+
- run:
77+
name: run frontend tests
78+
command: cd frontend && npm run test
7679

7780
workflows:
7881
version: 2

0 commit comments

Comments
 (0)