diff --git a/workspace.json b/workspace.json index cf35efc72c..70d13d1dec 100644 --- a/workspace.json +++ b/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" + } + ] } } }