From c3546ea8567fc29a795e11d1e5303ea46ed596e0 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 22 Mar 2022 16:40:09 +0200 Subject: fix tests running --- test/unit/index.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test') diff --git a/test/unit/index.js b/test/unit/index.js index 83a2dcdb..24d2825c 100644 --- a/test/unit/index.js +++ b/test/unit/index.js @@ -1,3 +1,10 @@ +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) -- cgit v1.2.3-70-g09d2