Skip to content

Commit

Permalink
fix env example
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 10, 2024
1 parent 6d5a216 commit 2475fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-examples/cli-e2e-env/test/cli-command-sort.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { mkdir, readFile, rm, writeFile } from 'node:fs/promises';
import { executeProcess, objectToCliArgs } from '@org/test-utils';

describe('CLI command - sort', () => {
const workspaceRoot = join('tmp', 'npm-env', 'cli-e2e-env');
const workspaceRoot = join('tmp', 'environments', 'cli-e2e-env');
const baseDir = join(workspaceRoot, '__test_env__', 'cli-command-sort');

afterEach(async () => {
Expand Down

0 comments on commit 2475fda

Please sign in to comment.