UNPKG
kapi-framework
Version:
latest (0.0.1)
0.0.1
A framework to shift the focus towards business logic.
github.com/Laufire/kapi
Laufire/kapi
kapi-framework
/
tests
/
fixtures
/
resources
/
session.js
9 lines
(7 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports
=
{
create:
jest.fn()
,
read:
jest.fn()
,
update:
jest.fn()
,
patch:
jest.fn()
,
delete:
jest.fn()
, }
;