wip: tests for global config compat

This commit is contained in:
Evan You
2021-04-28 12:29:51 -04:00
parent ce0bbe053a
commit c27f01bc74
6 changed files with 102 additions and 31 deletions

View File

@@ -481,4 +481,7 @@ describe('api: createApp', () => {
app.mount(root)
expect(serializeInner(root)).toBe('hello')
})
// config.compilerOptions is tested in packages/vue since it is only
// supported in the full build.
})