Widen / expect-axe-playwright

Expect matchers to perform Axe accessibility tests in your Playwright tests.
ISC License
21 stars 5 forks source link

Make `matchers` the default export #7

Closed mskelton closed 2 years ago

mskelton commented 2 years ago

When using multiple custom matchers, the name matchers can be confusing. Let's make it the default export since right now it is the only thing defaulted.

-import { matchers } from 'expect-axe-playwright'
+import matchers from 'expect-axe-playwright'