UNPKG

holyfills

Version:

No more "Holy Sxxt!!" when writting ES5/ES6

13 lines (9 loc) 224 B
"use strict"; describe("toFixedUtils", function () { var toFixedUtils; before(function () { toFixedUtils = require("../../lib/helpers/toFixedUtils"); }); xit("should have a unit test", function () { }); });