about summary refs log tree commit diff
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ab52af9..d16b587 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -33,4 +33,4 @@ jobs:
       - run: npm test
 
       # upload coverage
-      - run: jest --coverage --coverageReporters=text-lcov | npx coveralls
+      - run: npm test -- --coverage --coverageReporters=text-lcov | npx coveralls