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 edbc11d commit 373fc16Copy full SHA for 373fc16
src/tests/pathTransformData.ts
@@ -1,3 +1,4 @@
1
+/* tslint:disable:max-line-length */
2
const tests = [
3
{ platform: 'android', scriptUrl: 'file:///data/data/org.nativescript.TabNavigation/files/app/main.js', expectedResult: 'C:\\projectpath\\app\\main.js', existingPath: 'C:\\projectpath\\app\\main.js' },
4
{ platform: 'android', scriptUrl: 'VM1', expectedResult: 'VM1' },
0 commit comments