Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jul 22, 2021
1 parent 25cd38d commit ee17d84
Show file tree
Hide file tree
Showing 3 changed files with 632 additions and 640 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -94,8 +94,8 @@ jobs:
- name: Prepare environment for tests
run: yarn build:ci

- name: Run smoketests
run: yarn test:smoketests
# - name: Run smoketests
# run: yarn test:smoketests

- name: Run tests and generate coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion setupTest.js
@@ -1,4 +1,4 @@
jest.setTimeout(240000);
jest.setTimeout(30000);

if (!expect.getState().testPath.includes("colors.test.js")) {
process.env.NO_COLOR = true;
Expand Down

0 comments on commit ee17d84

Please sign in to comment.