mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 16:24:17 +02:00
fix test
This commit is contained in:
@@ -8,7 +8,7 @@ const base = require('./jest.config.cjs')
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
...base,
|
...base,
|
||||||
globalSetup: "<rootDir>/built-test/entry.js",
|
globalSetup: "<rootDir>/built-test/entry.js",
|
||||||
setupFilesAfterEnv: ["<rootDir>/test/jest.setup.e2e.ts"],
|
setupFilesAfterEnv: ["<rootDir>/test/jest.setup.ts"],
|
||||||
testMatch: [
|
testMatch: [
|
||||||
"<rootDir>/test/e2e/**/*.ts",
|
"<rootDir>/test/e2e/**/*.ts",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user