Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Oct 8, 2024
1 parent 4935933 commit f8122ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions e2e/cases/cli/shortcuts/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test('should display shortcuts as expected in preview', async () => {
});

test('should allow to custom shortcuts in dev', async () => {
const devProcess = exec('node ./dev-custom.mjs', {
const devProcess = exec('node ./devCustom.mjs', {
cwd: __dirname,
});

Expand All @@ -117,7 +117,7 @@ test('should allow to custom shortcuts in dev', async () => {
});

test('should allow to custom shortcuts in preview', async () => {
const devProcess = exec('node ./preview-custom.mjs', {
const devProcess = exec('node ./previewCustom.mjs', {
cwd: __dirname,
});

Expand Down
File renamed without changes.

0 comments on commit f8122ff

Please sign in to comment.