xref: /openbmc/webui-vue/tests/unit/Global/__snapshots__/LoadingBar.spec.js.snap (revision b31a448dc9d6d153b33e2a8616f1626d376a6ee0)
1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`LoadingBar.vue should render correctly 1`] = `
4<transition-stub
5  name="fade"
6>
7  <!---->
8</transition-stub>
9`;
10