Skip to content

Commit

Permalink
remove .skip
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw committed Apr 1, 2022
1 parent 982d750 commit 333d880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function sleep(time: number): Promise<void> {
describe('useGridApiEventHandler', () => {
const { render } = createRenderer();

describe.only('FinalizationRegistry-based implementation', () => {
describe('FinalizationRegistry-based implementation', () => {
it('should unsubscribe event listeners registered by uncommitted components', async function test() {
if (
!/jsdom/.test(window.navigator.userAgent) ||
Expand Down

0 comments on commit 333d880

Please sign in to comment.