We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd420a6 commit d6c030eCopy full SHA for d6c030e
test/integration/create-react-app/index.test.js
@@ -155,6 +155,7 @@ describe('create-react-app', () => {
155
156
// Assert for exit code
157
expect(exitCode).toBe(0);
158
+ expect(exitCode).toBe(0);
159
160
// Assert for the generated files
161
expectAllFiles(files, [...generatedFiles, 'tsconfig.json']);
0 commit comments