8 lines
220 B
TypeScript
8 lines
220 B
TypeScript
|
|
// eslint-disable-next-line import/no-relative-packages
|
||
|
|
import sharedConfig from '../../vitest.shared.mts';
|
||
|
|
|
||
|
|
export default sharedConfig(import.meta.url, {
|
||
|
|
// getScrollbarSize needs this:
|
||
|
|
enableScrollbars: true,
|
||
|
|
});
|