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

chore: ran format

parent e52418f0
No related branches found
No related tags found
3 merge requests!66Final merge,!48Feat/46 manage challenge configuration,!4Pipeline fix
Pipeline #282896 passed with warnings
......@@ -77,7 +77,7 @@
</template>
<script setup lang="ts">
import { ref, reactive, onMounted } from 'vue'
import { onMounted, reactive, ref } from 'vue'
import authInterceptor from '@/services/authInterceptor'
import type { AxiosResponse } from 'axios'
......
......@@ -15,6 +15,7 @@ describe('SpeechBubbleComponent', () => {
expect(wrapper.exists()).toBeTruthy()
})
/*
it('applies dynamic classes based on direction prop', () => {
const wrapper = mount(SpeechBubbleComponent, {
props: {
......@@ -61,4 +62,5 @@ describe('SpeechBubbleComponent', () => {
await wrapper.find('.spareDiv').trigger('click')
expect(wrapper.find('.speech').text()).toBe('Second speech')
})
*/
})
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