Skip to content

Commit dcb0093

Browse files
committed
fix: remove usused eslint exception directive
1 parent 3c0d08d commit dcb0093

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli/test/snapshot-matcher.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const states = new Map();
2727
const mochaHooks = {
2828
// Register root hooks for mocha
2929
beforeEach: function injectCurrentTest() {
30-
// eslint-disable-next-line no-invalid-this
3130
const currentTest = this.currentTest;
3231
debug(
3332
'[%d] Injecting current test %s',

0 commit comments

Comments
 (0)