Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi committed Dec 29, 2024
1 parent dd420a6 commit d6c030e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/create-react-app/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ describe('create-react-app', () => {

// Assert for exit code
expect(exitCode).toBe(0);
expect(exitCode).toBe(0);

// Assert for the generated files
expectAllFiles(files, [...generatedFiles, 'tsconfig.json']);
Expand Down

0 comments on commit d6c030e

Please sign in to comment.