test: improve coverage

This commit is contained in:
Evan You
2019-09-28 14:15:10 -04:00
parent 1c410205de
commit 798a9cbe9b
5 changed files with 134 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ export function baseCompile(
template: string | RootNode,
options: CompilerOptions = {}
): CodegenResult {
/* istanbul ignore if */
if (__BROWSER__) {
const onError = options.onError || defaultOnError
if (options.prefixIdentifiers === true) {