Skip to content

Commit 4501390

Browse files
committed
test: uncomment the airbnb eslint migrator test
1 parent 773f8a4 commit 4501390

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/@vue/cli-plugin-eslint/__tests__/eslintMigrator.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ test('upgrade: should add eslint to devDependencies', async () => {
3333
expect(updatedPkg.devDependencies.eslint).toMatch('^4')
3434
})
3535

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

0 commit comments

Comments
 (0)