Added Jest for testing both front and backend
This commit is contained in:
7
__mocks__/ctx.js
Normal file
7
__mocks__/ctx.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const ctx = {
|
||||
cache: {
|
||||
set: () => {},
|
||||
},
|
||||
};
|
||||
|
||||
export default ctx;
|
||||
Reference in New Issue
Block a user