Skip to content

Commit c9fafc4

Browse files
committed
test(angular-rspack): format
1 parent 2ae96e2 commit c9fafc4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

testing/vitest-setup/src/lib/fs-memfs.setup-file.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
import { afterAll, afterEach, beforeAll, beforeEach, MockInstance, vi } from 'vitest';
1+
import {
2+
afterAll,
3+
afterEach,
4+
beforeAll,
5+
beforeEach,
6+
MockInstance,
7+
vi,
8+
} from 'vitest';
29
import { MEMFS_VOLUME } from '@ng-rspack/testing-utils';
310

411
/**

0 commit comments

Comments
 (0)