Skip to content

Commit 4963d09

Browse files
last fix
1 parent 63d067f commit 4963d09

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

test/components/ObjectSelector.nuxt.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ describe("ObjectSelector.vue", async () => {
4848
})
4949
})
5050
})
51-
// }

test/components/RemoteRenderingView.nuxt.test.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/stores/Geode.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ describe("Geode Store", () => {
2424
const geode_store = use_geode_store()
2525
const cloud_store = use_cloud_store()
2626
cloud_store.$patch({ ID: "123456" })
27-
// expect(geode_store.base_url).toBe("http://localhost:5000/123456/geode")
2827
geode_store.start_request()
2928
expect(geode_store.request_counter).toBe(1)
3029
})

0 commit comments

Comments
 (0)