Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 9dbaf06

Browse files
committed
chore: launch.json
1 parent 687b9d0 commit 9dbaf06

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@
5555
"./scripts/open-android-studio.sh"
5656
],
5757
"console": "integratedTerminal"
58+
},
59+
{
60+
"name": "🧪 OpenIAP: Run Unit Tests",
61+
"type": "node",
62+
"request": "launch",
63+
"runtimeExecutable": "bash",
64+
"runtimeArgs": [
65+
"-lc",
66+
"./gradlew :openiap:test --no-daemon"
67+
],
68+
"console": "integratedTerminal"
5869
}
5970
]
6071
}

0 commit comments

Comments
 (0)