Skip to content

Commit

Permalink
test: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
gitphill committed Dec 3, 2024
1 parent c581779 commit a1f9df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/acceptance/cli-json-file-output.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit a1f9df6

Please sign in to comment.