Skip to content

Commit c93ec97

Browse files
committed
format test code
1 parent 03df46a commit c93ec97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/util.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function buildConfig(supported: Record<string, boolean>, target: string | undefi
4343
};
4444
}
4545

46-
test('spread with no options ', () => {
46+
test('spread with no options', () => {
4747
const supported = {};
4848
const target = parseOption('--target', ['cmd']);
4949
const config = buildConfig(supported, target);

0 commit comments

Comments
 (0)