We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
act
1 parent d4e60f7 commit f59a052Copy full SHA for f59a052
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