Closed mskelton closed 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.
matchers
-import { matchers } from 'expect-axe-playwright' +import matchers from 'expect-axe-playwright'
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.