2019-12-11 14:26:14 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`source map 1`] = `
|
|
|
|
Object {
|
2021-06-22 23:15:20 +00:00
|
|
|
"mappings": ";;;wBACE,oBAA8B;IAAzB,oBAAmB,4BAAbA,WAAM",
|
2019-12-11 14:26:14 +00:00
|
|
|
"names": Array [
|
|
|
|
"render",
|
|
|
|
],
|
|
|
|
"sources": Array [
|
|
|
|
"example.vue",
|
|
|
|
],
|
|
|
|
"sourcesContent": Array [
|
|
|
|
"
|
|
|
|
<div><p>{{ render }}</p></div>
|
|
|
|
",
|
|
|
|
],
|
|
|
|
"version": 3,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`template errors 1`] = `
|
|
|
|
Array [
|
2020-02-27 22:15:51 +00:00
|
|
|
[SyntaxError: Error parsing JavaScript expression: Unexpected token (1:3)],
|
2019-12-15 03:28:39 +00:00
|
|
|
[SyntaxError: v-bind is missing expression.],
|
|
|
|
[SyntaxError: v-model can only be used on <input>, <textarea> and <select> elements.],
|
2019-12-11 14:26:14 +00:00
|
|
|
]
|
|
|
|
`;
|