UNPKG

kapi-framework

Version:

A framework to shift the focus towards business logic.

9 lines (7 loc) 120 B
module.exports = { create: jest.fn(), read: jest.fn(), update: jest.fn(), patch: jest.fn(), delete: jest.fn(), };