You can insert into the test db in the test scripts

This commit is contained in:
Joe-Dowd
2020-04-01 22:02:59 +01:00
parent 30d24de4d3
commit 7bf43cfe9a
2 changed files with 54 additions and 1 deletions

View File

@@ -12,6 +12,6 @@
"createDatabaseIfNotExist": true,
"dbSchema": "./test/databases/_sponsorTimes.db.sql",
"privateDBSchema": "./test/databases/_private.db.sql",
"mode": "development",
"mode": "test",
"readOnly": false
}