We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e73039 commit 4677e3bCopy full SHA for 4677e3b
.circleci/config.yml
@@ -187,6 +187,10 @@ jobs:
187
echo "TESTT: $TESTT"
188
AA=$(echo $TESTT | sed 's#\\#/#g')
189
echo "AA: $AA"
190
+ TESTTA=$(npx jest --listTests --config test/windows/jest.config.js)
191
+ echo "TESTTA: $TESTTA"
192
+ AAA=$(echo $TESTTA | sed 's#\\#/#g')
193
+ echo "AAA: $AAA"
194
TEST=$(circleci tests glob "test/windows/**/*.spec.ts" | circleci tests split --split-by=timings | sed 's#\\#/#g')
195
echo "TEST: $TEST"
196
npm run test-jest-windows -- $TEST
0 commit comments