Skip to content

Commit f716cee

Browse files
committed
test: more test cases for #148
1 parent f0bd534 commit f716cee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"@babel/core": "^7.22.9",
6969
"@babel/preset-env": "^7.22.9",
7070
"@typescript-eslint/eslint-plugin": "^8.19.1",
71-
"codecov": "^3.8.3",
7271
"debug": "^4.3.4",
7372
"eslint": "^8.46.0",
7473
"eslint-config-ostai": "^3.0.0",

test/fixtures/cases.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ const cases = [
2323
// ],
2424
/////////////////////////////////////////////////////////////////////
2525
[
26+
'#148',
27+
[
28+
'/.a/'
29+
],
30+
{
31+
'.a': 0
32+
}
33+
], [
2634
'#77: more cases for coverage',
2735
[
2836
'/*'

0 commit comments

Comments
 (0)