Skip to content

Commit d97b328

Browse files
committed
improve coverage
1 parent efa3fc0 commit d97b328

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/configCases/rule-set/query/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ it("should match rule with resource query", function() {
88
"a",
99
"?query"
1010
]);
11+
var a3 = require("./a?other");
12+
a3.should.be.eql([
13+
"a"
14+
]);
1115
});

0 commit comments

Comments
 (0)