UNPKG
holyfills
Version:
latest (1.0.1)
1.0.1
1.0.0
No more "Holy Sxxt!!" when writting ES5/ES6
github.com/tomchentw/holyfills
tomchentw/holyfills
holyfills
/
test
/
helpers
/
toFixedUtils.js
13 lines
(9 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
describe
(
"toFixedUtils"
,
function
(
) {
var
toFixedUtils;
before
(
function
(
) { toFixedUtils =
require
(
"../../lib/helpers/toFixedUtils"
); });
xit
(
"should have a unit test"
,
function
(
) { }); });