Skip to content
Snippets Groups Projects
Commit 091d4f4f authored by Trygve Jørgensen's avatar Trygve Jørgensen
Browse files

chore: ran format

parent 5ea34de6
Branches enhancement/wcag
No related tags found
2 merge requests!66Final merge,!62WCAG fixes
Pipeline #284999 passed
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { ref, reactive, computed } from 'vue' import { computed, reactive, ref } from 'vue'
import { useUserStore } from '@/stores/userStore' import { useUserStore } from '@/stores/userStore'
const userStore = useUserStore() const userStore = useUserStore()
......
import { describe, expect, it, beforeEach } from 'vitest' import { beforeEach, describe, expect, it } from 'vitest'
import { mount } from '@vue/test-utils' import { mount } from '@vue/test-utils'
import { createPinia, setActivePinia } from 'pinia' import { createPinia, setActivePinia } from 'pinia'
import ButtonComponent from '@/components/ButtonDisplayStreak.vue' import ButtonComponent from '@/components/ButtonDisplayStreak.vue'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment