We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa8276 commit f38524dCopy full SHA for f38524d
cypress/support/index.ts
@@ -1,4 +1,4 @@
1
-import '../../lib/support';
+import 'cypress-angular-unit-test/support';
2
import 'core-js/es/reflect';
3
import 'core-js/stable/reflect';
4
import 'core-js/features/reflect';
package.json
@@ -15,14 +15,15 @@
15
},
16
"private": false,
17
"files": [
18
- "dist"
+ "dist",
19
+ "support.js"
20
],
21
"husky": {
22
"hooks": {
23
"pre-commit": "pretty-quick --staged"
24
}
25
- "main": "dist",
26
+ "main": "dist/index.js",
27
"types": "dist",
28
"homepage": "https://github.com/bahmutov/cypress-angular-unit-test#readme",
29
"dependencies": {
lib/support/index.ts renamed to support.js
0 commit comments