Skip to content

Commit

Permalink
Update CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Mar 19, 2020
1 parent bc8b7c5 commit 3d5de44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/cli/test/commands/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ describe('Build command', () => {
})

const options = {
buildFolder: '.blitz/caches/build',
devFolder: '.blitz/caches/dev',
rootFolder: resolve(__dirname, '../../'),
}

Expand Down
2 changes: 0 additions & 2 deletions packages/cli/test/commands/start.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ describe('Start command', () => {
})

const options = {
buildFolder: '.blitz/caches/build',
devFolder: '.blitz/caches/dev',
rootFolder: resolve(__dirname, '../../'),
}

Expand Down

0 comments on commit 3d5de44

Please sign in to comment.