Skip to content

Commit

Permalink
Execute tests on storage, not in memory due to differences in SQlite …
Browse files Browse the repository at this point in the history
…memory DB
  • Loading branch information
Pierre-Gilles committed Jun 11, 2021
1 parent d901f02 commit 7029219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
},
test: {
dialect: 'sqlite',
storage: process.env.SQLITE_FILE_PATH || ':memory:',
storage: process.env.SQLITE_FILE_PATH || './gladys-test.db',
logging: false,
define: {
underscored: true,
Expand Down

0 comments on commit 7029219

Please sign in to comment.