Skip to content

Commit

Permalink
docs: update happy-dom pr link (vitest-dev#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Dec 20, 2021
1 parent 481be39 commit 217038c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lit/test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ declare global {
describe('Button with increment', async() => {
beforeEach(async() => {
// TODO: remove this workaround after fix landed in happy-dom
// https://github.com/vitest-dev/vitest/pull/234
// https://github.com/capricorn86/happy-dom/pull/322
Object.defineProperty(Element.prototype, 'localName', {
get() {
return this.tagName?.toLowerCase() ?? 'unknown'
Expand Down

0 comments on commit 217038c

Please sign in to comment.