We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afb517 commit 2de2523Copy full SHA for 2de2523
.circleci/config.yml
@@ -79,7 +79,7 @@ jobs:
79
node-version: << parameters.node-version >>
80
- run:
81
name: Run Tests
82
- command: |
+ command: |-
83
TESTFILES=$(circleci tests glob "test/**/*.test.js" | circleci tests split --split-by=timings)
84
yarn test $TESTFILES
85
environment:
.gitignore
@@ -19,6 +19,4 @@ yarn-error.log*
19
.vscode
20
21
# test artifacts
22
-*.yalc
23
*__tmp__
24
-yalc.lock
0 commit comments