xref: /openbmc/webui-vue/tests/unit/Global/__snapshots__/LoadingBar.spec.js.snap (revision b607152cfcb3c975efc6c0752e585e63373c411c)
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