We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c4582 commit 2d14301Copy full SHA for 2d14301
rules/no-identical-title.js
@@ -51,7 +51,7 @@ module.exports = function (context) {
51
52
usedTitleNodes.push(purify(titleNode));
53
},
54
- 'Program.exit': function () {
+ 'Program:exit': function () {
55
usedTitleNodes = [];
56
}
57
});
rules/test-title.js
@@ -23,7 +23,7 @@ module.exports = function (context) {
23
context.report(node, 'Test should have a title.');
24
25
26
27
testCount = 0;
28
29
0 commit comments