ribcage-gen
Advanced tools
Comparing version 1.5.3 to 1.6.0
@@ -34,8 +34,7 @@ # {{PascalName}} | ||
## Tests | ||
Tests are in [prova](https://github.com/azer/prova). You can run them with: | ||
Tests are in [tape](https://github.com/substack/tape). You can run them with: | ||
```bash | ||
prova -b -e -l chrome -t hbsfy test.js | ||
browserify -t hbsfy --debug | smokestack | ||
``` | ||
## Developing | ||
@@ -42,0 +41,0 @@ Install [ribcage](https://github.com/Techwraith/ribcage) |
@@ -1,2 +0,2 @@ | ||
var test = require('prova') | ||
var test = require('tape') | ||
, {{PascalName}} = require('./index.js') | ||
@@ -3,0 +3,0 @@ , sinon = require('sinon') |
@@ -1,2 +0,2 @@ | ||
var test = require('prova') | ||
var test = require('tape') | ||
, {{PascalName}}Pane = require('./index.js') | ||
@@ -3,0 +3,0 @@ , sinon = require('sinon') |
@@ -47,8 +47,7 @@ # {{PascalName}} Pane | ||
## Tests | ||
Tests are in [prova](https://github.com/azer/prova). You can run them with: | ||
Tests are in [tape](https://github.com/substack/tape). You can run them with: | ||
```bash | ||
prova -b -e -l chrome -t hbsfy test.js | ||
browserify -t hbsfy --debug | smokestack | ||
``` | ||
## Developing | ||
@@ -55,0 +54,0 @@ Install [ribcage](https://github.com/Techwraith/ribcage) |
@@ -1,2 +0,2 @@ | ||
var test = require('prova') | ||
var test = require('tape') | ||
, {{PascalName}}Step = require('./step.js') | ||
@@ -3,0 +3,0 @@ , sinon = require('sinon') |
{ | ||
"name": "ribcage-gen", | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"description": "A generator script for ribcage components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,8 +34,7 @@ # {{PascalName}} | ||
## Tests | ||
Tests are in [prova](https://github.com/azer/prova). You can run them with: | ||
Tests are in [tape](https://github.com/substack/tape). You can run them with: | ||
```bash | ||
prova -b -e -l chrome -t hbsfy test.js | ||
browserify -t hbsfy --debug | smokestack | ||
``` | ||
## Developing | ||
@@ -42,0 +41,0 @@ Install [ribcage](https://github.com/Techwraith/ribcage) |
@@ -1,2 +0,2 @@ | ||
var test = require('prova') | ||
var test = require('tape') | ||
, {{PascalName}} = require('./index.js') | ||
@@ -3,0 +3,0 @@ , sinon = require('sinon') |
22099