Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 701 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 701 Bytes

JavaScript WTFs

Verification

TODOs | LICENSE

A unit-test project to track all the weird JavaScript gotchas and test'em across all current browsers

Setup

1st time

$> npm run setup

BaU

$> npm install

Test

Jest

$> npm test

Browsers

$> npm run testem:ci

Acknowledgments

Kyle Simpsons

See his What the... JavaScript? lecture, from forwardJS.com