Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Do JavaScript classes and CoffeeScript classes play nicely together?",
"main": "index.js",
"scripts": {
"test": "node --harmony index.js"
"test": "node --harmony index.js --joe-reporter=console"
},
"author": "2016+ Bevry Pty Ltd <[email protected]> (https://bevry.me)",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"assert-helpers": "^4.1.0",
"joe": "^1.6.0",
"joe-reporter-console": "^1.2.1"
"joe": "^2.0.2",
"joe-reporter-console": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const types = {
const combinations = []

require('joe').suite('classes interop', function(suite, test) {
this.setConfig({onError: 'ignore'})
this.setConfig({abortOnError: false})

for ( const typeA in types ) {
for ( const typeB in types ) {
Expand Down