Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Jun 3, 2024
1 parent 5f3d235 commit 7df46a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ yarn-error.log*
.vscode

# test artifacts
*.yalc
*__tmp__
yalc.lock

0 comments on commit 7df46a7

Please sign in to comment.