Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Jan 19, 2024
1 parent 96b8cb7 commit 2edd9ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ functions:
working_dir: spruce
script: |
${PREPARE_SHELL}
yarn test --reporters=default --reporters=jest-junit --testPathIgnorePatterns=storybook.test.ts
yarn test --reporters=default --reporters=jest-junit --testPathIgnorePatterns=snapshot.test.ts
yarn-eslint:
command: shell.exec
Expand Down Expand Up @@ -221,7 +221,7 @@ functions:
working_dir: spruce
script: |
${PREPARE_SHELL}
yarn test --reporters="jest-junit" --reporters="default" --testPathPattern="storybook.test.ts"
yarn test --reporters="jest-junit" --reporters="default" --testPathPattern="snapshot.test.ts"
check-codegen:
command: shell.exec
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "prettier --write",
"prod": "env-cmd -e devProduction -r .env-cmdrc.local.json yarn start",
"serve": "node scripts/prod-server.js",
"snapshot": "jest storybook.test.ts --watchAll=false",
"snapshot": "jest snapshot.test.ts --watchAll=false",
"staging": "env-cmd -e devStaging -r .env-cmdrc.local.json yarn start",
"start": "vite",
"storybook": "storybook dev -p 6006",
Expand Down
File renamed without changes.

0 comments on commit 2edd9ea

Please sign in to comment.