corrected config include

This commit is contained in:
Ulf Gebhardt 2019-06-03 23:13:42 +02:00
parent edcc5adb41
commit a1db7fa201
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -1,5 +1,5 @@
import { cleanDatabase } from './factories'
import CONFIG from './config'
import CONFIG from './../config'
if (!CONFIG.DEBUG) {
throw new Error(`YOU CAN'T CLEAN THE DATABASE WITH DEBUG=${CONFIG.DEBUG}`)