fix test
This commit is contained in:
parent
28fdf1b9a6
commit
a685336a8b
3 changed files with 4 additions and 4 deletions
|
|
@ -6,4 +6,5 @@
|
|||
module.exports = async () => {
|
||||
// DBはUTC(っぽい)ので、テスト側も合わせておく
|
||||
process.env.TZ = 'UTC';
|
||||
process.env.NODE_ENV = 'test';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue