Split test into separate files

This commit is contained in:
2021-04-05 20:46:39 +10:00
parent 15b1fcdc7c
commit 82bf61a88d
5 changed files with 247 additions and 226 deletions

8
test/mock-sequelize.js Normal file
View File

@@ -0,0 +1,8 @@
//mock tools
const Op = {
eq: 'eq'
};
module.exports = {
Op
};