This website requires JavaScript.
Explore
Help
Main Repo
Docs
CDN
SheetJS
Register
Sign In
sheetjs
/
js-crc32
Watch
1
Fork
0
You've already forked js-crc32
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1045f4f8e8
js-crc32
/
ctest
/
fakeassert.js
3 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2014-06-16 21:27:47 +00:00
var
assert
=
{
}
;
version bump 1.0.0: rolling checksums - browser tests work in IE6+ - miscellaneous adjustments to tooling
2016-10-08 18:48:03 +00:00
assert
.
equal
=
function
(
x
,
y
)
{
if
(
x
!==
y
)
throw
new
Error
(
x
+
" !== "
+
y
)
;
}
;
Reference in New Issue
Copy Permalink