UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
mock
/
src
/
mock.config.ts
10 lines
(8 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
OhayoMockConfig
}
from
'@ohayo/util'
;
export const MOCK_DEFULAT_CONFIG:
OhayoMockConfig
=
{
data:
null
,
delay:
300
,
force:
false
,
log:
true
,
executeOtherInterceptors:
true
, }
;