Skip to content

Commit

Permalink
uniquify test name
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 17, 2024
1 parent 857c3fe commit 8e18461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { afterEach, describe, expect, it } from 'vitest';
import { mkdir, readFile, rm, writeFile } from 'node:fs/promises';
import { executeProcess, objectToCliArgs } from '@push-based/test-utils';

describe('CLI command - sort', () => {
describe('[ORIGINAL] CLI command - sort', () => {
const workspaceRoot = join('tmp', 'cli-e2e-original');
const baseDir = join(workspaceRoot, 'cli-command-sort');

Expand Down

0 comments on commit 8e18461

Please sign in to comment.