Skip to content

Commit 77309d3

Browse files
authored
tests: fix typo
1 parent d758dff commit 77309d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/__tests__/invoke.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function assertUpdates (project) {
4545
expect(eslintrc).toEqual(Object.assign({}, baseESLintConfig, {
4646
extends: ['plugin:vue/essential', '@vue/airbnb'],
4747
rules: {
48-
'no-param-reassign' = ['error', {
48+
'no-param-reassign': ['error', {
4949
props: true,
5050
ignorePropertyModificationsFor: [
5151
'state', // for vuex state

0 commit comments

Comments
 (0)