Skip to content

Commit 26b7368

Browse files
committed
chore: format
1 parent 90e4472 commit 26b7368

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/test-runner-core/test/src/runner/TestRunner.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,7 @@ describe('TestRunner', function () {
251251
it('can ignore files via string[] globs', async () => {
252252
const normalize = (x: string): string => x.replace(/\//g, path.sep);
253253
const { runner } = await createTestRunner({
254-
files: [
255-
'test/fixtures/**/*.test.js',
256-
'!test/fixtures/group-c/*',
257-
].map(normalize),
254+
files: ['test/fixtures/**/*.test.js', '!test/fixtures/group-c/*'].map(normalize),
258255
});
259256

260257
const sessions = Array.from(runner.sessions.all());

0 commit comments

Comments
 (0)