mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-08 08:16:10 +00:00
attempt to fix e2e
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
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