Skip to content

Commit 38d382b

Browse files
committed
Pass --info to get more output
1 parent 02b6935 commit 38d382b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/src/node/gradle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("Gradle tasks", () => {
4747
it("should call the CLI to autolink", () => {
4848
const { status, stdout, stderr } = cp.spawnSync(
4949
"sh",
50-
["gradlew", "react-native-node-api:linkNodeApiModules"],
50+
["gradlew", "react-native-node-api:linkNodeApiModules", "--info"],
5151
{
5252
cwd: TEST_APP_ANDROID_PATH,
5353
encoding: "utf-8",

0 commit comments

Comments
 (0)