Skip to content

Commit 87bc3df

Browse files
committed
fix: respect nsconfig file on tns test command
Rel to: NativeScript/nativescript-angular#1310 #4244
1 parent 6f646a9 commit 87bc3df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/services/test-execution-service.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ class TestExecutionService implements ITestExecutionService {
332332
options: {
333333
debugTransport: this.$options.debugTransport,
334334
debugBrk: this.$options.debugBrk,
335-
watch: !!this.$options.watch
335+
watch: !!this.$options.watch,
336+
appDirectoryRelativePath: projectData.getAppDirectoryRelativePath()
336337
}
337338
},
338339
};

0 commit comments

Comments
 (0)