Set test command

pull/9/head
ioedeveloper 4 years ago
parent 19f05039c2
commit df2cddbb2a
  1. 10
      workspace.json

@ -78,11 +78,13 @@
}
},
"test": {
"builder": "@nrwl/jest:jest",
"builder": "@nrwl/workspace:run-commands",
"options": {
"jestConfig": "apps/remix-ide/jest.config.js",
"tsConfig": "apps/remix-ide/tsconfig.spec.json",
"passWithNoTests": true
"commands": [
{
"command": "csslint && node apps/remix-ide/test/index.js"
}
]
}
}
}

Loading…
Cancel
Save