mattdiamond / fuckitjs

The Original Javascript Error Steamroller
4.1k stars 91 forks source link

Needs Unit Testing #1

Open bradgreens opened 12 years ago

bradgreens commented 12 years ago

^^^

mattdiamond commented 12 years ago

I don't have that much experience with writing unit tests, but feel free to submit a pull request!

thoughtpalette commented 12 years ago

Brian is spot on.

bradgreens commented 12 years ago

The interblog said cray unit test for source. But source is good, so ok then hyfr.

zladuric commented 9 years ago

unit testing for a thing that helps you skip unit testing?

if (global.before) {
   console.log('10 of 10 tests passing.');
   process.exit();
}
sbolel commented 8 years ago

@zladuric that wont work, should count from 0 to 10.