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
/
DatePrototype.js
7 lines
(5 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
var
DatePrototype
=
require
(
"../../lib/helpers/DatePrototype"
);
it
(
"should be the same"
,
function
(
) {
DatePrototype
.
should
.
equal
(
Date
.
prototype
); });