We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd6986 commit 582e37dCopy full SHA for 582e37d
matchers.js
@@ -0,0 +1,3 @@
1
+// eslint-disable-next-line @typescript-eslint/no-var-requires
2
+const matchers = require('./dist/matchers');
3
+module.exports = matchers;
package.json
@@ -1,6 +1,6 @@
{
"name": "accessibility-testing-toolkit",
- "version": "1.1.0-beta.2",
+ "version": "1.1.0-beta.3",
4
"author": "Ivan Galiatin",
5
"license": "MIT",
6
"description": "A toolkit for testing accessibility",
@@ -34,6 +34,7 @@
34
"files": [
35
"/dist",
36
"/src",
37
+ "matchers.js",
38
"!/src/**/__tests__/*",
39
"!/src/**/*.test.tsx"
40
],
0 commit comments