1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 21:24:37 +02:00
This commit is contained in:
kakkokari-gtyih
2025-12-04 10:08:31 +09:00
parent ae07a4aae6
commit 53efffbf61

View File

@@ -3,10 +3,8 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { beforeAll } from 'vitest';
beforeAll(() => {
export default function setup() {
// DBはUTCっぽいので、テスト側も合わせておく
process.env.TZ = 'UTC';
process.env.NODE_ENV = 'test';
});
}