This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2025-01-06 00:07:44 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
bb4cf30d22
unleash.unleash
/
test
/
unit
/
routes
/
fixtures
/
fake-client-strategy-store.js
6 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Started on unit test for metrics-route
2016-11-10 22:05:50 +01:00
'use strict'
;
use ava as testrunner
2016-11-13 15:41:35 +01:00
module
.
exports
=
(
)
=>
(
{
Started on unit test for metrics-route
2016-11-10 22:05:50 +01:00
insert
:
(
)
=>
Promise
.
resolve
(
)
,
use ava as testrunner
2016-11-13 15:41:35 +01:00
}
)
;
Reference in New Issue
Copy Permalink