Skip to content

Commit

Permalink
Revert "Update tests"
Browse files Browse the repository at this point in the history
This reverts commit 2f09149.
  • Loading branch information
1aron committed Nov 8, 2023
1 parent 2f09149 commit f92bd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/css/tests/runtime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ it('css count class add', async () => {
'font:bold': 1,
'italic': 1
})
}, 60000)
})

it('css count class complicated example', async () => {
document.body.innerHTML = complexHTML
Expand All @@ -29,4 +29,4 @@ it('css count class complicated example', async () => {
document.body.innerHTML = ''
await new Promise(resolve => setTimeout(resolve))
expect(window.masterCSS.classesUsage).toEqual({})
}, 60000)
})

0 comments on commit f92bd61

Please sign in to comment.