Skip to content

Commit

Permalink
fix: Remove unused fix about floating-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb committed Feb 2, 2024
1 parent cf0796f commit c087e88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-cooks-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/scripts-config-jest': patch
---

fix: remove unused fix about floating-ui
5 changes: 0 additions & 5 deletions tools/scripts-config-jest/test-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,3 @@ try {
'classnames',
]);
}

// @floating-ui/react
// https://github.com/floating-ui/floating-ui/issues/1908
// eslint-disable-next-line no-promise-executor-return
afterAll(() => new Promise(resolve => setTimeout(resolve, 0)));

0 comments on commit c087e88

Please sign in to comment.