chore: start adding test envoriment

This commit is contained in:
canove
2020-10-22 13:36:11 -03:00
parent 9f7fee05ff
commit 3302cd643a
61 changed files with 12390 additions and 69 deletions

View File

@@ -1,4 +1,4 @@
require("dotenv/config");
require("../bootstrap");
module.exports = {
define: {
@@ -11,5 +11,6 @@ module.exports = {
database: process.env.DB_NAME,
username: process.env.DB_USER,
password: process.env.DB_PASS,
storage: "./src/__tests__/database.sqlite",
logging: false
};