UNPKG
kue-ui
Version:
latest (0.1.0)
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Interface for kue
github.com/StreetHub/kue-ui
StreetHub/kue-ui
kue-ui
/
lib
/
client
/
tests
/
unit
/
helpers
/
format-json-test.js
12 lines
(9 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ formatJson }
from
'client/helpers/format-json'
;
module
(
'FormatJsonHelper'
);
// Replace this with your real tests.
test
(
'it works'
,
function
(
) {
var
result =
formatJson
(
42
);
ok
(result); });