diff --git a/.circleci/config.yml b/.circleci/config.yml index 1dc0a8a5..5515d7ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -79,7 +79,7 @@ jobs: node-version: << parameters.node-version >> - run: name: Run Tests - command: | + command: |- TESTFILES=$(circleci tests glob "test/**/*.test.js" | circleci tests split --split-by=timings) yarn test $TESTFILES environment: diff --git a/.gitignore b/.gitignore index 3d14e4a3..66028cb2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,4 @@ yarn-error.log* .vscode # test artifacts -*.yalc *__tmp__ -yalc.lock