Skip to content

Commit

Permalink
test(coverage): failing test case for #3783
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jul 21, 2023
1 parent 8693449 commit 114d627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
Expand Up @@ -704,12 +704,11 @@ exports[`v8 json report 1`] = `
"0": 1,
"1": 1,
"2": 1,
"3": 1,
},
"statementMap": {
"0": {
"end": {
"column": 50,
"column": 38,
"line": 1,
},
"start": {
Expand All @@ -719,7 +718,7 @@ exports[`v8 json report 1`] = `
},
"1": {
"end": {
"column": 38,
"column": 0,
"line": 2,
},
"start": {
Expand All @@ -729,24 +728,14 @@ exports[`v8 json report 1`] = `
},
"2": {
"end": {
"column": 0,
"column": 21,
"line": 3,
},
"start": {
"column": 0,
"line": 3,
},
},
"3": {
"end": {
"column": 39,
"line": 4,
},
"start": {
"column": 0,
"line": 4,
},
},
},
},
"<process-cwd>/src/Defined.vue": {
Expand Down
3 changes: 1 addition & 2 deletions test/coverage-test/src/Counter/index.ts
@@ -1,4 +1,3 @@
import CounterComponent from './Counter.component'
import CounterVue from './Counter.vue'

export { CounterComponent, CounterVue }
export { CounterVue }

0 comments on commit 114d627

Please sign in to comment.