Skip to content

Commit 582e37d

Browse files
committed
Export matchers at the root
1 parent 8cd6986 commit 582e37d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

matchers.js

+3
Original file line numberDiff line numberDiff line change
@@ -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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "accessibility-testing-toolkit",
3-
"version": "1.1.0-beta.2",
3+
"version": "1.1.0-beta.3",
44
"author": "Ivan Galiatin",
55
"license": "MIT",
66
"description": "A toolkit for testing accessibility",
@@ -34,6 +34,7 @@
3434
"files": [
3535
"/dist",
3636
"/src",
37+
"matchers.js",
3738
"!/src/**/__tests__/*",
3839
"!/src/**/*.test.tsx"
3940
],

0 commit comments

Comments
 (0)