kopia lustrzana https://github.com/shoelace-style/shoelace
Run tests in parallel
Switch back to running tests in parallel as the tests are now more reliable under load.pull/169/head
rodzic
049f8a6747
commit
bb323b9e15
|
@ -34,7 +34,7 @@
|
|||
"serve": "node dev-server.js",
|
||||
"start": "concurrently --kill-others \"npm run dev\" \"npm run serve\"",
|
||||
"test.watch": "stencil test --spec --e2e --watchAll",
|
||||
"test": "stencil test --spec --e2e --runInBand",
|
||||
"test": "stencil test --spec --e2e",
|
||||
"version": "npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Ładowanie…
Reference in New Issue