We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b6935 commit 38d382bCopy full SHA for 38d382b
packages/host/src/node/gradle.test.ts
@@ -47,7 +47,7 @@ describe("Gradle tasks", () => {
47
it("should call the CLI to autolink", () => {
48
const { status, stdout, stderr } = cp.spawnSync(
49
"sh",
50
- ["gradlew", "react-native-node-api:linkNodeApiModules"],
+ ["gradlew", "react-native-node-api:linkNodeApiModules", "--info"],
51
{
52
cwd: TEST_APP_ANDROID_PATH,
53
encoding: "utf-8",
0 commit comments