Skip to content

Commit

Permalink
refactor: replace execa with execSync in sample tests (#372)
Browse files Browse the repository at this point in the history
* fix #354

* matching execsync sample shared in issue

* dropped pipe option for execSync in examples, unified exec calls, removed unused path requires

* removed unnecessary awaits for exec calls
  • Loading branch information
jbdoster authored and JustinBeckwith committed Jul 15, 2019
1 parent 8094c1f commit 5421d08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/google-cloud-dialogflow/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"devDependencies": {
"chai": "^4.2.0",
"execa": "^1.0.0",
"mocha": "^6.0.0"
}
}

0 comments on commit 5421d08

Please sign in to comment.