shanselman / SmallestDotNet

SmallestDotNet - SmallestDotNet.com is a single page site that does one thing. It tells you the smallest, easiest download you'd need to get the .NET Framework on your system.
MIT License
130 stars 64 forks source link

Tests! #22

Closed msarchet closed 12 years ago

msarchet commented 12 years ago

This thing needs some tests on JavaScript Dom. Then I have a plan to shrink it all down.

alexandru-calinoiu commented 12 years ago

what do you have in mind? I've used jasmine in some project, can I give it a try with this?

msarchet commented 12 years ago

It needs test to insure that it is returning the right JSON object for each User Agent and .NET CLR Version.

alexandru-calinoiu commented 12 years ago

Will send a pull request your way at the end of the week related to this.

msarchet commented 12 years ago

Added a bunch of tests and refactored this down. Still need to Add 4.5 and tests for that properly.