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 b9d1ba6 commit 73d6620Copy full SHA for 73d6620
generators/vue/templates/src/main/webapp/app/test-setup.ts.ejs
@@ -6,7 +6,7 @@ import { createI18n } from 'vue-i18n';
6
<%_ } _%>
7
8
beforeAll(() => {
9
- window.location.href = 'https://jhipster.tech/';
+ globalThis.location.href = 'https://jhipster.tech/';
10
11
// Make sure axios is never executed.
12
axios.interceptors.request.use(request => {
0 commit comments