Skip to content

Instantly share code, notes, and snippets.

@webcaetano
Last active May 16, 2020 13:35
Show Gist options
  • Save webcaetano/2f7f6bbe14d9bd21e03313dece27d3bc to your computer and use it in GitHub Desktop.
Save webcaetano/2f7f6bbe14d9bd21e03313dece27d3bc to your computer and use it in GitHub Desktop.

Revisions

  1. webcaetano revised this gist Oct 20, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -5,5 +5,5 @@ https://github.com/avajs/ava/issues/70#issuecomment-148513042
    > or nodemon
    >
    > ```
    > "test": "nodemon test/*.js --exec ava"
    > nodemon test.js --exec ava
    > ```
  2. webcaetano revised this gist Oct 20, 2016. 1 changed file with 1 addition and 5 deletions.
    6 changes: 1 addition & 5 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -5,9 +5,5 @@ https://github.com/avajs/ava/issues/70#issuecomment-148513042
    > or nodemon
    >
    > ```
    > {
    > "scripts": {
    > "test": "nodemon test/*.js --exec ava"
    > }
    > }
    > "test": "nodemon test/*.js --exec ava"
    > ```
  3. webcaetano revised this gist Oct 20, 2016. 2 changed files with 13 additions and 13 deletions.
    13 changes: 13 additions & 0 deletions gistfile1.md
    Original 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"
    > }
    > }
    > ```
    13 changes: 0 additions & 13 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,13 +0,0 @@
    https://github.com/avajs/ava/issues/70#issuecomment-148513042


    ```
    Whoaa512 commented on Oct 15, 2015
    or nodemon

    {
    "scripts": {
    "test": "nodemon test/*.js --exec ava"
    }
    }
    ```
  4. webcaetano created this gist Oct 20, 2016.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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"
    }
    }
    ```