Skip to content

Commit

Permalink
chore(nx): modifyObstructiveCode false in cypress.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Mann committed Oct 21, 2019
1 parent 8469098 commit 956e1ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/new.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ forEachCli(() => {
expectTestsPass(await runCLIAsync(`test my-dir-${mylib} --no-watch`));

if (supportUi()) {
console.log(runCLI(`e2e my-dir-${myapp}-e2e --headless --no-watch`));
expect(
runCLI(`e2e my-dir-${myapp}-e2e --headless --no-watch`)
).toContain('All specs passed!');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ describe('schematic:cypress-project', () => {
fileServerFolder: '.',
fixturesFolder: './src/fixtures',
integrationFolder: './src/integration',
modifyObstructiveCode: false,
pluginsFile: './src/plugins/index',
supportFile: false,
video: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"fileServerFolder": ".",
"fixturesFolder": "./src/fixtures",
"integrationFolder": "./src/integration",
"modifyObstructiveCode": false,
"pluginsFile": "./src/plugins/index",
"supportFile": false,
"video": true,
Expand Down

0 comments on commit 956e1ae

Please sign in to comment.