We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e1f32 commit ed0bcdcCopy full SHA for ed0bcdc
package.json
@@ -4,8 +4,8 @@
4
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
5
"exports": {
6
".": {
7
- "default": "./src/index.js",
8
- "types": "./types/index.d.ts"
+ "types": "./types/index.d.ts",
+ "default": "./src/index.js"
9
}
10
},
11
"type": "module",
0 commit comments