Skip to content

Commit

Permalink
test: uncomment the airbnb eslint migrator test
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea authored and mactanxin committed Feb 11, 2020
1 parent 1d11628 commit 6e8a18f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ test('upgrade: should add eslint to devDependencies', async () => {
expect(updatedPkg.devDependencies.eslint).toMatch('^4')
})

// skip this test case until we fixed test caching issue
test.skip('upgrade: should upgrade eslint from v5 to v6', async () => {
test('upgrade: should upgrade eslint from v5 to v6', async () => {
const project = await create('plugin-eslint-with-eslint-5', {
plugins: {
'@vue/cli-plugin-eslint': {
Expand Down

0 comments on commit 6e8a18f

Please sign in to comment.