-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: replace repo tools tools.runAsync function with execSync #1597
chore: replace repo tools tools.runAsync function with execSync #1597
Conversation
…amples into removeRepoToolsFromTests
@@ -45,7 +45,7 @@ before(async () => { | |||
// Create a Pub/Sub topic to be used for testing. | |||
const [topic] = await pubSubClient.createTopic(topicName); | |||
console.log(`Topic ${topic.name} created.`); | |||
await tools.runAsync( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love it!
|
@@ -16,7 +16,7 @@ | |||
|
|||
const path = require('path'); | |||
const assert = require('assert'); | |||
const tools = require('@google-cloud/nodejs-repo-tools'); | |||
const {execSync} = require('child_process'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.