We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
act
1 parent e951b9a commit 3eaa04eCopy full SHA for 3eaa04e
src/svelte5-index.js
@@ -1,5 +1,6 @@
1
/* eslint-disable import/export */
2
-import { act, cleanup } from './svelte5.js'
+import { act } from './pure.js'
3
+import { cleanup } from './svelte5.js'
4
5
// If we're running in a test runner that supports afterEach
6
// then we'll automatically run cleanup afterEach test
0 commit comments