We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d4ee5 commit be9e522Copy full SHA for be9e522
src/index.js
@@ -78,7 +78,7 @@ function cleanupAtWrapper (wrapper) {
78
}
79
80
Object.keys(fireEvent).forEach(fn => {
81
- fireEvent[`_${fn}`] = fireEvent[fn];
+ fireEvent[`_${fn}`] = fireEvent[fn]
82
fireEvent[fn] = async (...params) => {
83
fireEvent[`_${fn}`](...params)
84
await wait()
0 commit comments