Skip to content

Commit 7cf1828

Browse files
committed
add example
1 parent dce462b commit 7cf1828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/relative-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ suite('relative-time', function () {
122122
assert.notEqual(nextDisplay, display)
123123
})
124124

125-
test('all observedAttributes have getters)', async () => {
125+
test('all observedAttributes have getters', async () => {
126126
const members = [
127127
...Object.getOwnPropertyNames(RelativeTimeElement.prototype).map(n =>
128128
n.replace(/([A-Z])/g, c => `-${c.toLowerCase()}`),

0 commit comments

Comments
 (0)