Skip to content

Commit 9f41bb2

Browse files
author
Szymon.Poltorak
committed
refactor(testing): remove redundant comment
1 parent b792eeb commit 9f41bb2

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed
Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,4 @@
11
/// <reference types="vitest" />
2-
// import { tsconfigPathAliases } from '../../testing/test-setup-config/src/lib/vitest-tsconfig-path-aliases';
3-
// import { defineConfig } from 'vitest/config';
4-
// // import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js';
5-
// export default defineConfig({
6-
// cacheDir: '../../node_modules/.vite/plugin-eslint',
7-
// test: {
8-
// reporters: ['basic'],
9-
// globals: true,
10-
// cache: {
11-
// dir: '../../node_modules/.vitest',
12-
// },
13-
// alias: tsconfigPathAliases(),
14-
// pool: 'threads',
15-
// poolOptions: { threads: { singleThread: true } },
16-
// coverage: {
17-
// reporter: ['text', 'lcov'],
18-
// reportsDirectory: '../../coverage/plugin-eslint/int-tests',
19-
// exclude: ['mocks/**', '**/types.ts'],
20-
// },
21-
// environment: 'node',
22-
// include: ['src/**/*.int.test.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
23-
// globalSetup: ['../../global-setup.ts'],
24-
// setupFiles: [
25-
// '../../testing/test-setup/src/lib/console.mock.ts',
26-
// '../../testing/test-setup/src/lib/reset.mocks.ts',
27-
// ],
28-
// },
29-
// });
302
import { createIntTestConfig } from '../../testing/test-setup-config/src/index.js';
313

324
export default createIntTestConfig('plugin-eslint');

0 commit comments

Comments
 (0)