Skip to content

Commit

Permalink
WEB-2001 fix acceptance config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Ladaria committed Aug 29, 2024
1 parent 6e31b8c commit a001a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"scripts": {
"test": "jest --config jest.unit.config.cjs",
"test-acceptance": "test-acceptance",
"test-acceptance": "test-acceptance --config jest.acceptance.config.cjs",
"test-ssr": "test-acceptance --config jest.ssr.config.cjs",
"prettier-check": "prettier --check \"**/*.js\" \"**/*.tsx\" \"**/*.ts\" \"**/*.json\"",
"lint": "eslint --report-unused-disable-directives .",
Expand Down

0 comments on commit a001a16

Please sign in to comment.