Last active
May 16, 2020 13:35
-
-
Save webcaetano/2f7f6bbe14d9bd21e03313dece27d3bc to your computer and use it in GitHub Desktop.
Revisions
-
webcaetano revised this gist
Oct 20, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,5 +5,5 @@ https://github.com/avajs/ava/issues/70#issuecomment-148513042 > or nodemon > > ``` > nodemon test.js --exec ava > ``` -
webcaetano revised this gist
Oct 20, 2016 . 1 changed file with 1 addition and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,9 +5,5 @@ https://github.com/avajs/ava/issues/70#issuecomment-148513042 > or nodemon > > ``` > "test": "nodemon test/*.js --exec ava" > ``` -
webcaetano revised this gist
Oct 20, 2016 . 2 changed files with 13 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ https://github.com/avajs/ava/issues/70#issuecomment-148513042 > Whoaa512 commented on Oct 15, 2015 > or nodemon > > ``` > { > "scripts": { > "test": "nodemon test/*.js --exec ava" > } > } > ``` This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +0,0 @@ -
webcaetano created this gist
Oct 20, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ https://github.com/avajs/ava/issues/70#issuecomment-148513042 ``` Whoaa512 commented on Oct 15, 2015 or nodemon { "scripts": { "test": "nodemon test/*.js --exec ava" } } ```