An open API service for software projects hosted on Open Collective.

Mocha

simple, flexible, fun javascript test framework for node.js & the browser.
Collective - Host: opensource - https://opencollective.com/mochajs - Website: https://mochajs.org/ - Code: https://github.com/mochajs/mocha

Merge pull request #16 from jamescarr/master

Issue #4 Before/after callbacks

github.com/mochajs/mocha - 56f2d05037ebfdec7e15d923c546fb115803c0a8 authored almost 14 years ago
afterEach works for bdd style

github.com/mochajs/mocha - fabc7f1eef91847c39bbd617893e27ae59087261 authored almost 14 years ago
tear down for tdd style

github.com/mochajs/mocha - e692aae2cb9a0bda3ee9ddc3a1c291487e2d4a93 authored almost 14 years ago
setup for tdd style

github.com/mochajs/mocha - 64d67386a2d03d95783319f65f1d88ad535f0f22 authored almost 14 years ago
before works in bdd style specs

github.com/mochajs/mocha - d433a3ba7bbd9ebb8d216a73cf341370b5dbb6eb authored almost 14 years ago
added test dir

github.com/mochajs/mocha - d480e9c51e0d6f646b3529171d3c9d596b333e41 authored almost 14 years ago
updated package.json to include commander

github.com/mochajs/mocha - 773821608dde3a94d9212f50bf70bc9bf75b17a4 authored almost 14 years ago
{pre,post}-require events for bdd/tdd interfaces

github.com/mochajs/mocha - 41bc979f17b38cf4e7305cc9d37302e9248ba7d1 authored almost 14 years ago
Fixed exports interface

github.com/mochajs/mocha - dbef53e33ac3fe7e0685b1c301859bfbb7d673d6 authored almost 14 years ago
remove runInNewContext(), globals are essentially the same anyway

github.com/mochajs/mocha - 6d198a4c4b98c9e7556d2d5bc8a0f5dc5574ec6e authored almost 14 years ago
moved todo items to issue queue

github.com/mochajs/mocha - 1e65e03064591c2d95e52aecc043c4507d7c3fd0 authored almost 14 years ago
interface examples

github.com/mochajs/mocha - 8f6fffcae1ee9ebf454a2ae85bb28f7807c08486 authored almost 14 years ago
cleared finished todos

github.com/mochajs/mocha - 620b2b7d45a3a5065b5050d6ca2224da7768c360 authored almost 14 years ago
stdout only for now

github.com/mochajs/mocha - e4a72d45dcce4b870e8252d99e2b13f1273c79c4 authored almost 14 years ago
make todo list visible

github.com/mochajs/mocha - 9bb541148e66c57e23b58b2a152aeffd1e3fbfb7 authored almost 14 years ago
Initial commit

github.com/mochajs/mocha - d6a539ee2b083fcf5603d2bd61bc721c8c7bf11d authored almost 14 years ago