We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c588ef0 commit 44a153dCopy full SHA for 44a153d
1 file changed
gulpfile.js
@@ -154,7 +154,7 @@ gulp.task("run-tests",
154
function transportTestUrls() {
155
// transport test url to run-browser-tests
156
// eslint-disable-next-line max-len
157
- const testsAt = mapappsBrowserSync.state.url + "/resources/jsregistry/root/@conterra/mapapps-mocha-runner/latest/mocha.html?boot=/js/tests/test-init.js&timeout=5000&test=sample_tests/all&reporter=tap";
+ const testsAt = mapappsBrowserSync.state.url + "/resources/jsregistry/root/@conterra/mapapps-mocha-runner/latest/mocha.html?boot=/js/tests/test-init.js&timeout=5000&test=sample_helloworld/tests/all&reporter=tap";
158
runBrowserTests.push(testsAt);
159
return Promise.resolve();
160
},
0 commit comments