Skip to content

Commit b8d0b42

Browse files
committed
feat: export test factories
1 parent f2cc416 commit b8d0b42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
"type": "module",
77
"files": [
88
"build/src",
9+
"build/test_factories",
910
"build/index.d.ts",
1011
"build/index.js"
1112
],
1213
"exports": {
1314
".": "./build/index.js",
14-
"./types": "./build/src/types/main.js"
15+
"./types": "./build/src/types/main.js",
16+
"./test_factories/*": "./build/test_factories/*.js"
1517
},
1618
"scripts": {
1719
"pretest": "npm run lint",

0 commit comments

Comments
 (0)