[ci] yarn format
This commit is contained in:
parent
a1491cc659
commit
fadb652b95
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Vue('Can load Vue', async ({ runtime }) => {
|
||||||
const $ = doc(result.contents);
|
const $ = doc(result.contents);
|
||||||
assert.equal($('h1').text(), 'Hello world!', 'Can use slots');
|
assert.equal($('h1').text(), 'Hello world!', 'Can use slots');
|
||||||
assert.equal($('button').length, 2, 'Can render components');
|
assert.equal($('button').length, 2, 'Can render components');
|
||||||
assert.equal($('pre').text(), "5", 'Can render nested components');
|
assert.equal($('pre').text(), '5', 'Can render nested components');
|
||||||
});
|
});
|
||||||
|
|
||||||
Vue.run();
|
Vue.run();
|
||||||
|
|
Loading…
Reference in a new issue