Skip to content

Commit 2de2523

Browse files
committed
chore: cleanup
1 parent 1afb517 commit 2de2523

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
node-version: << parameters.node-version >>
8080
- run:
8181
name: Run Tests
82-
command: |
82+
command: |-
8383
TESTFILES=$(circleci tests glob "test/**/*.test.js" | circleci tests split --split-by=timings)
8484
yarn test $TESTFILES
8585
environment:

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,4 @@ yarn-error.log*
1919
.vscode
2020

2121
# test artifacts
22-
*.yalc
2322
*__tmp__
24-
yalc.lock

0 commit comments

Comments
 (0)