Skip to content

Commit 44a153d

Browse files
author
Matthias Stein
committed
Update test URL for browser tests to point to helloworld tests
1 parent c588ef0 commit 44a153d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ gulp.task("run-tests",
154154
function transportTestUrls() {
155155
// transport test url to run-browser-tests
156156
// 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";
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_helloworld/tests/all&reporter=tap";
158158
runBrowserTests.push(testsAt);
159159
return Promise.resolve();
160160
},

0 commit comments

Comments
 (0)