summaryrefslogtreecommitdiffstats
path: root/src/test-helpers.js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-15 16:04:36 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-15 16:04:36 +0200
commit266007a7f15472d0fc6167d0d88105370ae051d0 (patch)
tree284787d8752de75bf73ba1fc5d83dd2d60a27858 /src/test-helpers.js
parente6a0105a772d797d0797b19b7382888c5f145a6b (diff)
Fix imports
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/test-helpers.js')
-rw-r--r--src/test-helpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test-helpers.js b/src/test-helpers.js
index 0bf12a18c..a373edb55 100644
--- a/src/test-helpers.js
+++ b/src/test-helpers.js
@@ -20,7 +20,7 @@
*
*/
-import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
+import ActionButton from '@nextcloud/vue/dist/Components/ActionButton.js'
// helpers
const findActionButton = function(wrapper, text) {