Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2022-05-18 10:45:54 +0300
committermarco <marcoambrosini@pm.me>2022-05-18 10:45:54 +0300
commite79560a90bf296a8fe18791105a47321dabc883e (patch)
tree5c8485a94c798f59b564e766307a7cb4d3d600d5 /src/views/RoomSelector.spec.js
parent3bdf2e262cdd56b7463539bae55b19c22507efb7 (diff)
Eslint warning fixes till messagesList folder included
Signed-off-by: marco <marcoambrosini@pm.me>
Diffstat (limited to 'src/views/RoomSelector.spec.js')
-rw-r--r--src/views/RoomSelector.spec.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/RoomSelector.spec.js b/src/views/RoomSelector.spec.js
index 4daa617ac..991f4719f 100644
--- a/src/views/RoomSelector.spec.js
+++ b/src/views/RoomSelector.spec.js
@@ -1,9 +1,9 @@
-import mockAxios from '../__mocks__/axios'
+import mockAxios from '../__mocks__/axios.js'
import { generateOcsUrl } from '@nextcloud/router'
import { shallowMount } from '@vue/test-utils'
-import { CONVERSATION } from '../constants'
+import { CONVERSATION } from '../constants.js'
import Button from '@nextcloud/vue/dist/Components/Button'
-import RoomSelector from './RoomSelector'
+import RoomSelector from './RoomSelector.vue'
describe('RoomSelector.vue', () => {
let conversations