remove compat build
This commit is contained in:
parent
650e69c336
commit
dc8bef7928
7 changed files with 7 additions and 32 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue