UNPKG
ld-scheduler
Version:
latest (1.5.0)
1.5.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
Schedule launch darkly flags on or off
github.com/yusinto/ld-scheduler
yusinto/ld-scheduler
ld-scheduler
/
test
/
setup.js
6 lines
(4 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
import
testdouble
from
'testdouble'
;
import
fetchMock
from
'./fetchMock'
;
global
.
td
= testdouble;
global
.
fetch
= fetchMock;