Skip to content

Commit

Permalink
fix: Test command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfp13 committed Oct 26, 2023
1 parent 05188e8 commit d0d5012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const defaultIgnored = [
const testAbortController = new AbortController()

async function storeTest() {
const testProcess = spawn('yarn test', {
const testProcess = spawn('yarn test:e2e', {
shell: true,
cwd: tmpDir,
signal: testAbortController.signal,
Expand Down

0 comments on commit d0d5012

Please sign in to comment.