Skip to content

Commit

Permalink
install ava for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Brown committed Mar 10, 2019
1 parent c2dc004 commit b30e3bf
Show file tree
Hide file tree
Showing 2 changed files with 3,234 additions and 10 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
"scripts": {
"build:node": "terser ./index.js -c -m -o ./dist/index.min.js",
"build:module": "terser ./index.mjs -c -m -o ./dist/index.min.mjs",
"build": "yarn run build:node && yarn run build:module"
"build": "yarn run build:node && yarn run build:module",
"test": "ava"
},
"devDependencies": {
"ava": "^1.3.1",
"terser": "^3.16.1"
}
}
Loading

0 comments on commit b30e3bf

Please sign in to comment.