mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-09 00:35:59 +00:00
@@ -1,11 +1,9 @@
|
||||
import { resolve } from 'node:path';
|
||||
import { defineConfig, mergeConfig } from 'vitest/config';
|
||||
import { baseConfig } from './vitest.config.js';
|
||||
|
||||
export default mergeConfig(
|
||||
baseConfig,
|
||||
defineConfig({
|
||||
root: resolve(__dirname),
|
||||
test: {
|
||||
include: ['test/e2e/**/*.ts'],
|
||||
globalSetup: './built-test/entry.js',
|
||||
|
||||
Reference in New Issue
Block a user