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-error-test.js
12 lines
(9 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ formatError }
from
'client/helpers/format-error'
;
module
(
'FormatErrorHelper'
);
// Replace this with your real tests.
test
(
'it works'
,
function
(
) {
var
result =
formatError
(
42
);
ok
(result); });