Skip to content

Commit

Permalink
UIPFU-81 - update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Sep 3, 2024
1 parent 3fa040a commit b98ca26
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 @@ -25,7 +25,7 @@
"lint": "eslint .",
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json ",
"formatjs-compile": "formatjs compile-folder --ast --format simple ./translations/ui-plugin-find-user ./translations/ui-plugin-find-user/compiled",
"test": "stripes test karma",
"test": "yarn run test:jest",
"test:jest": "jest --ci --coverage --colors"
},
"okapiInterfaces": {
Expand Down

0 comments on commit b98ca26

Please sign in to comment.