Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3aafedd

Browse filesBrowse files
committed
test: fix failing eslint tests that caused by newer npm versions
1 parent 31d9615 commit 3aafedd
Copy full SHA for 3aafedd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ test(`should work with eslint v8`, async () => {
285285
}
286286
})
287287
const { read, write, run } = project
288-
await run('npm add -D eslint@^8.0.0-0')
288+
await run('npm add -D eslint@8 --force')
289289
// should've applied airbnb autofix
290290
const main = await read('src/main.js')
291291
expect(main).toMatch(';')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.