Skip to content

Commit 9a4ba3c

Browse files
committed
test message
1 parent 05218ff commit 9a4ba3c

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: "Unit Tests with Coverage"
2323
command: |
2424
mkdir -p ./reports/junit/
25-
yarn test:ci --coverage
25+
yarn test:ci --config=jest.config.js
2626
environment:
2727
JEST_JUNIT_OUTPUT_DIR: ./reports/junit/
2828
JEST_JUNIT_OUTPUT_NAME: test-results.xml

package.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,6 @@
1515
"test:coverage": "jest --coverage",
1616
"test-integration": "start-server-and-test start http://localhost:3000 cy:run"
1717
},
18-
"jest": {
19-
"collectCoverageFrom": [
20-
"src/**/*.{js,jsx,ts,tsx}",
21-
"!src/**/*.d.ts",
22-
"!src/**/*.stories.{js,jsx,ts,tsx}",
23-
"!src/types/**/*"
24-
],
25-
"coverageReporters": [
26-
"json",
27-
"lcov",
28-
"text",
29-
"clover"
30-
]
31-
},
3218
"dependencies": {
3319
"@docusaurus/core": "^3.8.0",
3420
"@docusaurus/preset-classic": "^3.8.0",

0 commit comments

Comments
 (0)