We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baebc13 commit 6af0935Copy full SHA for 6af0935
1 file changed
test/attr.ts
@@ -1,8 +1,8 @@
1
import {expect, fixture, html} from '@open-wc/testing'
2
-import {attr} from '../src/attr.js'
3
import {controller} from '../src/controller.js'
+import {attr} from '../src/attr.js'
4
5
-describe('Attrable', () => {
+describe('Attr', () => {
6
@controller
7
// eslint-disable-next-line @typescript-eslint/no-unused-vars
8
class InitializeAttrTest extends HTMLElement {
0 commit comments