Skip to content

Commit 7d94d57

Browse files
committed
lint
1 parent 196ee2e commit 7d94d57

File tree

1 file changed

+1
-1
lines changed
  • packages/css-parser-algorithms/test/cases/component-value

1 file changed

+1
-1
lines changed

packages/css-parser-algorithms/test/cases/component-value/0001.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const onParseError = (err) => {
66
throw err;
77
};
88

9-
test('component-value', (t) => {
9+
test('component-value', () => {
1010
const cases = [
1111
{
1212
tokens: tokenize({ css: 'foo()' }, { onParseError: onParseError }),

0 commit comments

Comments
 (0)