From 7df46a7dc000d2061e6011c6644395c32d6bf326 Mon Sep 17 00:00:00 2001 From: Michael Mok Date: Mon, 3 Jun 2024 01:59:36 +0200 Subject: [PATCH] chore: cleanup --- .circleci/config.yml | 2 +- .gitignore | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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