File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/sequencer/test/settlement Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 12
12
"lint:staged" : " eslint" ,
13
13
"test" : " npx lerna run test -- --passWithNoTests" ,
14
14
"test:ci" : " npx lerna run test --concurrency=1 -- --passWithNoTests --forceExit" ,
15
- "test:integration" : " npx lerna run test:integration -- --passWithNoTests --forceExit" ,
15
+ "test:integration" : " npx lerna run test:integration --concurrency=1 -- --passWithNoTests --forceExit" ,
16
16
"test:watch" : " npx lerna run test:watch" ,
17
- "migrate" : " npx lerna run prisma- migrate" ,
17
+ "prisma: migrate" : " npx lerna run prisma: migrate" ,
18
18
"prisma:generate" : " npx lerna run prisma:generate" ,
19
19
"commit" : " cz" ,
20
20
"publish:canary" : " npx lerna publish prerelease --no-private --exact --yes --canary --preid develop --dist-tag latest --loglevel verbose --force-git-tag --force-publish"
Original file line number Diff line number Diff line change @@ -256,8 +256,6 @@ export const settlementTestFn = (
256
256
}
257
257
258
258
beforeAll ( async ( ) => {
259
- log . setLevel ( "DEBUG" ) ;
260
-
261
259
appChain = setupAppChain ( ) ;
262
260
263
261
await appChain . start (
You can’t perform that action at this time.
0 commit comments