Skip to content

Commit

Permalink
fix docusaurus-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 authored and BuckyMaler committed Jul 9, 2021
1 parent 05f98b7 commit ff5e2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docusaurus-e2e/tests/docusaurus.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('docusaurus e2e', () => {

const result = await runNxCommandAsync(`build ${appName}`);
expect(result.stdout).toContain(
`Success! Generated static files in dist/apps/${appName}.`
`Success! Generated static files in "dist/apps/${appName}".`
);

done();
Expand Down

0 comments on commit ff5e2c2

Please sign in to comment.