Skip to content

Commit

Permalink
test: fix unhandled Promise
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 13, 2018
1 parent 204d8f0 commit d8eaae0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@vue/cli-service/__tests__/Service.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit d8eaae0

Please sign in to comment.