Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 9749b7d

Browse files
committed
ci(circle): Renables tests.
1 parent 544927e commit 9749b7d

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
@@ -33,9 +33,9 @@ jobs:
3333
- run:
3434
name: Linting Code
3535
command: npm run lint
36-
# - run:
37-
# name: Running tests
38-
# command: npm run cover
36+
- run:
37+
name: Running tests
38+
command: npm run cover
3939
- run:
4040
name: Checking Code Duplication
4141
command: npm run duplication -- --limit 15

0 commit comments

Comments
 (0)