mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 21:24:37 +02:00
fix
This commit is contained in:
@@ -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';
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user