1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 21:14:36 +02:00
Files
misskey/packages/backend/test/setup.unit.ts
kakkokari-gtyih 53efffbf61 fix
2025-12-04 10:08:31 +09:00

11 lines
267 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
export default function setup() {
// DBはUTCっぽいので、テスト側も合わせておく
process.env.TZ = 'UTC';
process.env.NODE_ENV = 'test';
}