mirror of https://github.com/sveltejs/svelte
[chore] adjust @typescript-eslint/no-unused-vars lint config (#6798)
parent
55130be026
commit
a5968dd2d0
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
test({ assert, component }) {
|
||||
test({ component }) {
|
||||
component.l1.$destroy();
|
||||
}
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
export default {
|
||||
html: '',
|
||||
|
||||
test({ assert, component, target }) {
|
||||
test({ assert, target }) {
|
||||
assert.htmlEqual(target.innerHTML, 'NaN');
|
||||
}
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
test({ assert, component, target, window }) {
|
||||
test({ assert, window }) {
|
||||
assert.equal(window.document.title, 'changed');
|
||||
}
|
||||
};
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue