mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-12 16:42:30 +03:00
test if setup file messes up ci coverage
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = defineConfig({
|
||||
include: ['test/**/*.test.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
||||
coverage: {
|
||||
reportsDirectory: './.coverage/unit',
|
||||
exclude: ['**/vitest.setup.js'],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
import matchers from '@testing-library/jest-dom/matchers';
|
||||
import { expect } from 'vitest';
|
||||
|
||||
expect.extend(matchers);
|
||||
*/
|
||||
console.log('setup');
|
||||
|
||||
Reference in New Issue
Block a user