UNCLASSIFIED

Commit 26fe9194 authored by Keith Becker's avatar Keith Becker
Browse files

fix console error

parent a674e799
...@@ -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