Skip to content

Commit

Permalink
Remove runner spec for Wallaby.js
Browse files Browse the repository at this point in the history
  • Loading branch information
epsitec committed Apr 14, 2016
1 parent af033c1 commit 094dc0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mai-chai",
"version": "2.5.3",
"version": "2.6.0",
"description": "The chai testing framework paired with mocha. It is configured by default with chai-spies, chai-string and dirty-chai.",
"main": "src/index.js",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions templates/--wallaby.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ module.exports = function (wallaby) {
},
debug: true,
env: {
type: 'node',
runner: 'node'
type: 'node'
},
bootstrap: function (wallaby) {
// See http://wallabyjs.com/docs/config/bootstrap.html
Expand Down

0 comments on commit 094dc0c

Please sign in to comment.