Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Unit tests
run: pnpm test -- --coverage
run: pnpm test --coverage

- name: Upload coverage
uses: coverallsapp/github-action@v2
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"website:build": "cross-env BABEL_TARGET=examples NODE_ENV=production webpack",
"website:redirect": "cp -R examples/src/example examples/dist"
},
"packageManager": "pnpm@9.15.9",
"packageManager": "pnpm@10.8.1",
"repository": {
"type": "git",
"url": "https://github.com/reactjs/react-tabs.git"
Expand Down Expand Up @@ -53,6 +53,7 @@
"@babel/eslint-parser": "7.27.0",
"@babel/preset-env": "7.26.9",
"@babel/preset-react": "7.26.3",
"@eslint/js": "^9.25.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading