Skip to content

Commit

Permalink
chore: update package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamzic committed Jan 31, 2025
1 parent cfe3d58 commit 7f81a6b
Show file tree
Hide file tree
Showing 7 changed files with 11,129 additions and 12,085 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
env: {
node: true,
es2021: true,
jest: true,
},
extends: [
"eslint:recommended",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
if: steps.restore-dependencies.outputs.cache-hit != 'true'
run: npm ci --prefer-offline --no-audit
- name: Jest
- name: Vitest
run: npm run test
deploy_equinoxe_production:
if: github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
echo "Waiting for OpenFisca to be ready..."
sleep 2
done
- name: Jest
- name: Vitest
run: npm run test
build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ npm run serve

There are several levels of tests:

- Unit tests are executed by [Jest](https://jestjs.io/fr/) and run with `npm test`.
- Unit tests are executed by [Vitest](https://vitest.dev/) and run with `npm test`.
- End-to-end test are executed with [Cypress](https://www.cypress.io/) with `npm run cypress`

You can safely use `npm test && npm run cypress` to drive your developments.
Expand Down
Loading

0 comments on commit 7f81a6b

Please sign in to comment.