Update db test environment

This commit is contained in:
ruihildt 2019-08-02 01:23:01 +02:00
parent 77a4c28757
commit 47f7987d09
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -65,4 +65,4 @@ typings/
# Databases
# data/sleep-tracker.db3
data/test.db3
# data/test.db3

BIN
data/test.db3 Normal file

Binary file not shown.

View File

@ -21,7 +21,7 @@ module.exports = {
}
},
testing: {
test: {
client: "sqlite3",
useNullAsDefault: true,
connection: {