Skip to content

Commit fdfefa3

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
Uncomment testing
1 parent fccb9fb commit fdfefa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- ./node_modules
2727
key: v1-dependencies-{{ checksum "package.json" }}
2828

29-
# - run:
30-
# name: run tests
31-
# command: npm test
32-
#
29+
- run:
30+
name: run tests
31+
command: npm test
32+
3333
- run:
3434
name: Replace Data URL in manifest.yml file when deploying to develop
3535
command: |

0 commit comments

Comments
 (0)