mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 12:07:39 +08:00
ci: __DEV__ flag for e2e tests
This commit is contained in:
parent
eb20b8228f
commit
b0140bfdab
@ -2,6 +2,7 @@ const featureFlags = require('../../scripts/feature-flags')
|
||||
process.env.CHROME_BIN = require('puppeteer').executablePath()
|
||||
|
||||
const define = {
|
||||
__DEV__: true,
|
||||
'process.env.CI': !!process.env.CI
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user