Browse Source

Merge branch 'master' of git@github.com:harish2704/simple-mocha.git

Conflicts:
	index.js
refactor
Harish.K 10 years ago
parent
commit
0d540b426c
  1. 2
      index.js
  2. 2
      package.json

2
index.js

@ -13,7 +13,7 @@
/* Don't do anything if we are in Mocha's environment */
if( global.describe ){ return; }
// if( global.describe ){ return; }

2
package.json

@ -1,6 +1,6 @@
{
"name": "simple-mocha",
"version": "0.0.1",
"version": "0.0.4",
"description": "Simple stupid implementation of Mocha test runner. Tests can be run directly within node as any Nodejs code.",
"author": "Harish.K<harish2704@gmail.com>",
"license": "MIT",

Loading…
Cancel
Save