Skip to content

Commit

Permalink
Update index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Feb 4, 2020
1 parent 74a00f6 commit 4d58c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/telemetry/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('Telemetry CLI', () => {
expect(stderr2).toMatch(/isSrcDir.*?true/)
})

fit('detects tests correctly for `next build`', async () => {
it('detects tests correctly for `next build`', async () => {
const { stderr } = await runNextCommand(['build', appDir], {
stderr: true,
env: {
Expand Down

0 comments on commit 4d58c67

Please sign in to comment.