Skip to content

Commit f8f3a09

Browse files
committed
fix syntax error in test eslint file
1 parent 9a10ad7 commit f8f3a09

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

template/test/unit/.eslintrc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"env": { {{#if_eq runner "karma"}}
33
"mocha": true{{/if_eq}}{{#if_eq runner "jest"}}
4-
"jest"{{/if_eq}}
5-
}{{#if_eq runner "karma"}},
6-
"globals": {
4+
"jest": true{{/if_eq}}
5+
},
6+
"globals": { {{#if_eq runner "karma"}}
77
"expect": true,
8-
"sinon": true,
9-
"jest": true
10-
}{{/if_eq}}
8+
"sinon": true{{/if_eq}}
9+
}
1110
}

0 commit comments

Comments
 (0)