-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix default commonJs export #940
Comments
Verified with the latest canary build (axe-core-npm_4.8.2-4af4d7d.0) WebdriverJS1. CJS
testSnippet:
test snippet:
2. MJS
test snippet:
3. TS
test snippet:
WebdriverIO1. CJS
testSnippet:
test snippet:
2. MJS
test snippet:
3. TS
test snippet:
Puppeteer1. CJS
testSnippet:
test snippet:
2. MJS
test snippet:
3. TS
test snippet:
Playwright1. CJS
testSnippet:
test snippet:
2. MJS
test snippet:
3. TS
test snippet:
Environment:
|
Verified with the latest canary build (axe-core-npm_4.8.3-6b60442.0) WebdriverJS1. CJS
testSnippet:
test snippet:
2. MJS
test snippet:
3. TS
test snippet:
WebdriverIO1. CJS
testSnippet:
test snippet:
2. MJS
test snippet:
3. TS
test snippet:
Puppeteer1. CJS
testSnippet:
test snippet:
2. MJS
test snippet:
3. TS
test snippet:
Playwright1. CJS
testSnippet:
test snippet:
2. MJS
test snippet:
3. TS
test snippet:
Environment:
|
In 4.7.3 we accidentally released a breaking change in the
@axe-core/webdriverjs
package by no longer having a default export. Need to add it back in so the following works:QA Notes: Ensure you can require the package using the default export without errors
The text was updated successfully, but these errors were encountered: