diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 00:58:17 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 00:58:17 +0300 |
| commit | dc8bef7928cb6a5e06a793a78652234276ca6fce (patch) | |
| tree | 330aac257580c05cf9b42bc0200d4d59e8f4d710 /test/unit | |
| parent | 650e69c33683b34e002f5fdc698ceb384baf059b (diff) | |
remove compat build
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/index.js | 7 |
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) |
