0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

unit test

This commit is contained in:
Conduitry 2017-03-06 19:48:29 -05:00
parent 5984d98618
commit b1f829e259
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
export default {
html: '',
test ( assert, component, target ) {
assert.htmlEqual( target.innerHTML, 'NaN' );
}
};

View File

@ -0,0 +1 @@
{{NaN}}