mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 10:44:28 +11:00
Split test into separate files
This commit is contained in:
8
test/mock-sequelize.js
Normal file
8
test/mock-sequelize.js
Normal file
@@ -0,0 +1,8 @@
|
||||
//mock tools
|
||||
const Op = {
|
||||
eq: 'eq'
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
Op
|
||||
};
|
||||
Reference in New Issue
Block a user