Skip to content

Commit

Permalink
unset CI env for dev test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 24, 2022
1 parent 275481d commit c2f3ea5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/development/typescript-auto-install/index.test.ts
Expand Up @@ -17,6 +17,16 @@ describe('typescript-auto-install', () => {
}
`,
},
env: {
// unset CI env as this skips the auto-install behavior
// being tested
CI: '',
CIRCLECI: '',
GITHUB_ACTIONS: '',
CONTINUOUS_INTEGRATION: '',
RUN_ID: '',
BUILD_NUMBER: '',
},
startCommand: 'yarn next dev',
installCommand: 'yarn',
dependencies: {},
Expand Down

0 comments on commit c2f3ea5

Please sign in to comment.