Skip to content

Commit b283d39

Browse files
committed
test(eqeqeq): make tests more strict
1 parent fe0ce5a commit b283d39

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tests/lib/rules/eqeqeq.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ tester.run('eqeqeq', rule, {
3535
output: `<template><div :attr="a === 1" /></template>`
3636
}
3737
]
38-
: null
38+
: null,
39+
line: 1,
40+
column: 25,
41+
endLine: 1,
42+
endColumn: 27
3943
}
4044
]
4145
},
@@ -62,7 +66,11 @@ tester.run('eqeqeq', rule, {
6266
</style>`
6367
}
6468
]
65-
: null
69+
: null,
70+
line: 4,
71+
column: 25,
72+
endLine: 4,
73+
endColumn: 27
6674
}
6775
]
6876
}

0 commit comments

Comments
 (0)