aboutsummaryrefslogtreecommitdiff
path: root/test/unit/index.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2022-03-31 17:39:08 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2022-03-31 17:39:08 +0000
commitafdc61b9b7088f5d9880a4a8466461bd8c5aeb78 (patch)
tree08103348eced79527f100737ad09fbfb31db04ba /test/unit/index.js
parenta0099ecb6699f02667e7cae39c688e4c0e86f30c (diff)
parent052ad2fe3f824213baac34ba7831a201e0e4d762 (diff)
Merge branch 'vue3-no-compat' into 'vue3-again'
Remove Vue3 compat build See merge request pleroma/pleroma-fe!1500
Diffstat (limited to 'test/unit/index.js')
-rw-r--r--test/unit/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/unit/index.js b/test/unit/index.js
index 24d2825c..83a2dcdb 100644
--- a/test/unit/index.js
+++ b/test/unit/index.js
@@ -1,10 +1,3 @@
-import { configureCompat } from 'vue'
-// disable compat for certain features
-configureCompat({
- COMPONENT_V_MODEL: false,
- INSTANCE_SET: false,
- RENDER_FUNCTION: false
-})
// require all test files (files that ends with .spec.js)
const testsContext = require.context('./specs', true, /\.spec$/)
testsContext.keys().forEach(testsContext)