Skip to content

Commit

Permalink
test: set up mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Nov 17, 2017
1 parent 8060ba6 commit aba0b90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Converts inline style to object.",
"author": "Mark <[email protected]>",
"scripts": {
"test": "mocha",
"lint": "eslint --ignore-path .gitignore ."
},
"keywords": [
Expand All @@ -14,7 +15,8 @@
"pojo"
],
"devDependencies": {
"eslint": "4.11.0"
"eslint": "4.11.0",
"mocha": "4.0.1"
},
"license": "MIT"
}

0 comments on commit aba0b90

Please sign in to comment.