Skip to content

Commit a42ea42

Browse files
author
Fatme
authored
Merge pull request #4306 from NativeScript/fatme/fix-unit-testing
fix: respect nsconfig file on `tns test` command
2 parents 746eb85 + 87bc3df commit a42ea42

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
@@ -193,7 +193,8 @@ class TestExecutionService implements ITestExecutionService {
193193
options: {
194194
debugTransport: this.$options.debugTransport,
195195
debugBrk: this.$options.debugBrk,
196-
watch: !!this.$options.watch
196+
watch: !!this.$options.watch,
197+
appDirectoryRelativePath: projectData.getAppDirectoryRelativePath()
197198
}
198199
},
199200
};

0 commit comments

Comments
 (0)