remove compat build

This commit is contained in:
Henry Jameson 2022-03-29 00:58:17 +03:00
parent 650e69c336
commit dc8bef7928
7 changed files with 7 additions and 32 deletions

View file

@ -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)