mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-26 09:09:05 -06:00
test: fix unhandled Promise
This commit is contained in:
@@ -147,6 +147,9 @@ test('api: defaultModes', () => {
|
||||
|
||||
createMockService([plugin1], false /* init */).run('foo')
|
||||
|
||||
delete process.env.NODE_ENV
|
||||
delete process.env.BABEL_ENV
|
||||
|
||||
const plugin2 = {
|
||||
id: 'test-defaultModes',
|
||||
apply: api => {
|
||||
|
||||
Reference in New Issue
Block a user