File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ describe('loader', () => {
66
66
expect ( err ) . to . exist ;
67
67
68
68
expect ( err . message ) . to . eql ( d `
69
- Expected }}} (1:18)
69
+ ParseError: Expected }}} (1:18)
70
70
1: <p>Count: {{{count}}</p>
71
71
^
72
72
2: <button on:click='set({ count: count + 1 })'>+1</button>`
@@ -88,7 +88,7 @@ describe('loader', () => {
88
88
expect ( err ) . to . exist ;
89
89
90
90
expect ( err . message ) . to . eql ( d `
91
- Unexpected token (5:7)
91
+ ParseError: Unexpected token (5:7)
92
92
3: <script>
93
93
4: export {
94
94
5: foo: 'BAR'
@@ -113,7 +113,7 @@ describe('loader', () => {
113
113
expect ( err ) . to . exist ;
114
114
115
115
expect ( err . message ) . to . eql ( d `
116
- Computed properties can be function expressions or arrow function expressions (6:11)
116
+ ValidationError: Computed properties can be function expressions or arrow function expressions (6:11)
117
117
4: export default {
118
118
5: computed: {
119
119
6: foo: 'BAR'
You can’t perform that action at this time.
0 commit comments