fix(node): fix node e2e test for circle (#2163)
This commit is contained in:
parent
37669914cb
commit
5229529e03
@ -228,6 +228,9 @@ forEachCli(currentCLIName => {
|
||||
const nodeapp = uniq('nodeapp');
|
||||
|
||||
runCLI(`generate @nrwl/node:app ${nodeapp} --linter=${linter}`);
|
||||
|
||||
setMaxWorkers(nodeapp);
|
||||
|
||||
const lintResults = runCLI(`lint ${nodeapp}`);
|
||||
expect(lintResults).toContain('All files pass linting.');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user