Skip to content

Commit b4c356b

Browse files
Merge branch 'tests/refactor_vuetify_tests_imports' of https://github.com/Geode-solutions/OpenGeodeWeb-Front into tests/refactor_vuetify_tests_imports
2 parents 85c8390 + 9072fdf commit b4c356b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

tests/integration/microservices/back/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
# pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in
66
#
77

8-
opengeodeweb-back==5.*,>=5.14.3rc1

tests/integration/microservices/viewer/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
66
#
77

8-
opengeodeweb-viewer==1.*,>=1.13.2

tests/unit/components/FeedBack/ErrorsBanner.nuxt.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useFeedbackStore } from "@ogw_front/stores/feedback"
88
import { vuetify } from "../../../utils"
99

1010
describe("FeedBackErrorBanner", async () => {
11-
test(`Test reload`, async () => {
11+
;(test(`Test reload`, async () => {
1212
const pinia = createTestingPinia({
1313
stubActions: false,
1414
createSpy: vi.fn,
@@ -49,5 +49,5 @@ describe("FeedBackErrorBanner", async () => {
4949
const v_btn = wrapper.findAll(".v-btn")
5050
await v_btn[1].trigger("click")
5151
expect(feedbackStore.server_error).toBe(false)
52-
})
52+
}))
5353
})

0 commit comments

Comments
 (0)