Skip to content

Commit

Permalink
fix: e2e test run failed (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
callqh committed Oct 7, 2022
1 parent 730642f commit 15cf399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-e2e.cts
Expand Up @@ -2,7 +2,7 @@ import path from 'path';
import fse from 'fs-extra';
import * as execa from 'execa';

const exampleDir = path.resolve(__dirname, '../example/quick-learning');
const exampleDir = path.resolve(__dirname, '../playground/quick-learning');
const defaultExecaOpts = {
cwd: exampleDir,
stdout: process.stdout,
Expand Down

1 comment on commit 15cf399

@vercel
Copy link

@vercel vercel bot commented on 15cf399 Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.