UNCLASSIFIED

Commit fe61cabe authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'BULL-529' of...

Merge branch 'BULL-529' of https://code.il2.dso.mil/platform-one/products/bullhorn/launchboard-fe into BULL-529
parents dcd3fee4 26fe9194
...@@ -41,7 +41,7 @@ describe("Launchboard InitialLoadingApp", () => { ...@@ -41,7 +41,7 @@ describe("Launchboard InitialLoadingApp", () => {
it("should show launch state", async () => { it("should show launch state", async () => {
const wrapper = shallowMount(InitialLoadingApp); const wrapper = shallowMount(InitialLoadingApp);
wrapper.vm.$commit = jest.fn();
wrapper.vm.$destroy = jest.fn(); wrapper.vm.$destroy = jest.fn();
wrapper.vm.showLaunch(); wrapper.vm.showLaunch();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment