0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove analytics from the site. More... almost 6 years ago
When we use the real setTimeout in TestCase, also use the real clearTimeout. More... over 8 years ago
Update the Travis build to run on Node versions up to 4. More... over 8 years ago
Test timeouts should use the real setTimeout. Otherwise, an async test that fails to resume will just halt the test run and no further output is produced. More... over 8 years ago
Update the Travis config for current Node versions. More... almost 9 years ago
Update dependencies so the site will build. More... almost 9 years ago
Bump version to 4.0.5. More... about 10 years ago
Fix Set specs on Firefox 28. More... about 10 years ago
Replace MethodChain._() with MethodChain.__() so as not to conflict with Underscore. More... about 10 years ago
Bump version to 4.0.4. More... over 10 years ago
Change the 4.0.4 date. More... over 10 years ago
Remove the need for a default test in TestCase, and remove the thing in Context that monkey-patches it. More... over 10 years ago
Fix deprecation warnings about console output on Node v0.11. More... over 10 years ago
Ping every mock argument matcher that matches a given call. More... over 10 years ago
TestCase does not need to be Enumerable. More... over 10 years ago
Bump version to 4.0.3. More... over 10 years ago
Remove JS.ENV from setTimeout() calls. More... over 10 years ago
Make TestCase have a nicer toString() to that callback mocks aren't so ugly. More... over 10 years ago
Implement on() and withNew() on stub parameter matchers. More... over 10 years ago
Refactor how mocked constructors work and make errors more reflective of what really went wrong. More... over 10 years ago
Remove [] from toString() of arrayIncluding(). More... over 10 years ago
Make the toString of mock argument matchers match the API for them. More... over 10 years ago
Throw if a stubbed non-constructor method is called with 'new'. More... over 10 years ago
Refactor mocking DSL to avoid having to track global state around which matcher is in effect. Make stub()/expect() return a new matcher every time, which is then modified by given(), returns(), etc. More... over 10 years ago
Don't treat 'null' as an error when passed to async test callbacks. More... over 10 years ago
Change Google Analytics snippet. More... over 10 years ago
Don't content-hash binary build files. More... over 10 years ago
Fix wake config. More... over 10 years ago
Put meta-charset tags back. More... over 10 years ago
Remove unneeded meta tags and type attributes from site and example HTML. More... over 10 years ago