prettier !
This commit is contained in:
@@ -7,8 +7,11 @@
|
||||
* - Integration tests are defined in `vitest.config.integration.ts` and run in a 'node' environment.
|
||||
*/
|
||||
export default [
|
||||
// DEBUGGING LOG
|
||||
((): string => { console.error('\n[DEBUG] Loading vitest.workspace.ts'); return ''; })(),
|
||||
'vite.config.ts', // Defines the 'unit' test project
|
||||
// DEBUGGING LOG
|
||||
((): string => {
|
||||
console.error('\n[DEBUG] Loading vitest.workspace.ts');
|
||||
return '';
|
||||
})(),
|
||||
'vite.config.ts', // Defines the 'unit' test project
|
||||
'vitest.config.integration.ts', // Defines the 'integration' test project
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user