diff --git a/test/jest/acceptance/cli-json-file-output.spec.ts b/test/jest/acceptance/cli-json-file-output.spec.ts index d91f618ddc..141b0dd822 100644 --- a/test/jest/acceptance/cli-json-file-output.spec.ts +++ b/test/jest/acceptance/cli-json-file-output.spec.ts @@ -51,7 +51,7 @@ describe('test --json-file-output', () => { expect(await project.readJSON(outputPath)).toMatchObject({ ok: true }); }); - it.only('can save JSON output to file with dep-graph', async () => { + it('can save JSON output to file with dep-graph', async () => { const project = await createProjectFromWorkspace('maven-app'); const outputPath = 'json-file-output.json';