mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Introduce yarn-script for running integration tests that watches and is able to be specific to a file
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
ce1058caf4
commit
1a017da76d
@ -29,6 +29,7 @@
|
|||||||
"build:win": "yarn run compile && electron-builder --win --dir",
|
"build:win": "yarn run compile && electron-builder --win --dir",
|
||||||
"integration": "jest --runInBand --detectOpenHandles --forceExit integration",
|
"integration": "jest --runInBand --detectOpenHandles --forceExit integration",
|
||||||
"test:unit": "jest --watch --testPathIgnorePatterns integration",
|
"test:unit": "jest --watch --testPathIgnorePatterns integration",
|
||||||
|
"test:integration": "func() { jest ${1:-xyz} --watch --runInBand --detectOpenHandles --forceExit --modulePaths=[\"<rootDir>/integration/\"]; }; func",
|
||||||
"dist": "yarn run compile && electron-builder --publish onTag",
|
"dist": "yarn run compile && electron-builder --publish onTag",
|
||||||
"dist:dir": "yarn run dist --dir -c.compression=store -c.mac.identity=null",
|
"dist:dir": "yarn run dist --dir -c.compression=store -c.mac.identity=null",
|
||||||
"download:binaries": "yarn run ts-node build/download_binaries.ts",
|
"download:binaries": "yarn run ts-node build/download_binaries.ts",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user