Set test command

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

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

Loading…
Cancel
Save