Bring back old test setup

This commit is contained in:
Jori Lallo
2017-07-09 11:36:30 -07:00
parent 9649427792
commit 64994ef351
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// @flow
require('../../init');
require('dotenv').config({ silent: true });
// test environment variables
process.env.DATABASE_URL = process.env.DATABASE_URL_TEST;