Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed Apr 24, 2017
1 parent 53a3d04 commit 60ad8e8
Show file tree
Hide file tree
Showing 2 changed files with 614 additions and 8 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"lint": "eslint src test build",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0"
},
"pre-commit": [ "check:src" ],
"pre-commit": [
"check:src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mbasso/asm-dom.git"
Expand Down Expand Up @@ -78,6 +80,7 @@
"istanbul": "0.4.5",
"jison": "0.4.17",
"jsdom": "9.12.0",
"knuth-shuffle": "1.0.1",
"mocha": "3.2.0",
"ncp": "2.0.0",
"nyc": "10.2.0",
Expand Down
Loading

0 comments on commit 60ad8e8

Please sign in to comment.