Skip to content

Commit

Permalink
Merge pull request #10 from mcollina/split-test
Browse files Browse the repository at this point in the history
Splitted test into multiple files
  • Loading branch information
delvedor authored Sep 29, 2016
2 parents 9d8702e + 8958794 commit 919c455
Show file tree
Hide file tree
Showing 9 changed files with 502 additions and 481 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

function build (schema) {
/*eslint no-new-func: "off"*/
/* eslint no-new-func: "off" */
var code = `
'use strict'
`
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Stringify your JSON at max speed",
"main": "index.js",
"scripts": {
"test": "standard && tap test.js"
"test": "standard && tap test/*.test.js"
},
"precommit": "test",
"repository": {
Expand All @@ -25,10 +25,9 @@
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
"devDependencies": {
"benchmark": "^2.1.1",
"fast-safe-stringify": "^1.0.9",
"is-my-json-valid": "^2.13.1",
"is-my-json-valid": "^2.14.0",
"pre-commit": "^1.1.3",
"standard": "^7.1.2",
"tap": "^6.2.0"
"standard": "^8.2.0",
"tap": "^7.1.2"
}
}
Loading

0 comments on commit 919c455

Please sign in to comment.