mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-23 15:47:18 +01:00
fix(websocket-client): test:unit command using yarn g:jest
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"depcheck": "yarn g:depcheck",
|
||||
"test:unit": "jest -c ../../jest.config.base.js",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
|
||||
"type-check": "yarn g:tsc --build",
|
||||
"build:lib": "yarn g:rimraf lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/replace-imports.sh ./lib",
|
||||
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
|
||||
|
||||
Reference in New Issue
Block a user