Skip to content

Commit

Permalink
chore: add test scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gearsdigital committed Jun 29, 2019
1 parent d0b2471 commit 0b27d84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"scripts": {
"dev": "parcel watch src/index.js --no-source-maps -d ./",
"build": "parcel build src/index.js --no-source-maps --experimental-scope-hoisting -d ./",
"test:watch": "vendor/bin/phpunit-watcher watch --bootstrap vendor/autoload.php tests"
"test": "vendor/bin/phpunit --testdox --bootstrap vendor/autoload.php tests",
"test:watch": "vendor/bin/phpunit-watcher watch --testdox --bootstrap vendor/autoload.php tests"
},
"posthtml": {
"recognizeSelfClosing": true
Expand Down

0 comments on commit 0b27d84

Please sign in to comment.