We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e25297 commit 2c86dceCopy full SHA for 2c86dce
tests/build/android/build_android_tests.py
@@ -369,7 +369,7 @@ def test_441_android_typings(self):
369
# Build with --androidTypings got nothing #3381
370
Tns.run_tns_command("build android --androidTypings", attributes={"--path": self.app_name})
371
assert File.exists(self.app_name + "/android.d.ts")
372
- assert File.exists(self.app_name + "/_helpers.d.ts")
+ assert File.exists(self.app_name + "/android-declarations.d.ts")
373
374
def test_442_include_gradle_flavor(self):
375
# https://github.com/NativeScript/android-runtime/pull/937
0 commit comments