Skip to content

Commit f38524d

Browse files
committed
fix: Change support import file (#281)
* Change support import in app * Fix support file
1 parent 8fa8276 commit f38524d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

cypress/support/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import '../../lib/support';
1+
import 'cypress-angular-unit-test/support';
22
import 'core-js/es/reflect';
33
import 'core-js/stable/reflect';
44
import 'core-js/features/reflect';

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
},
1616
"private": false,
1717
"files": [
18-
"dist"
18+
"dist",
19+
"support.js"
1920
],
2021
"husky": {
2122
"hooks": {
2223
"pre-commit": "pretty-quick --staged"
2324
}
2425
},
25-
"main": "dist",
26+
"main": "dist/index.js",
2627
"types": "dist",
2728
"homepage": "https://github.com/bahmutov/cypress-angular-unit-test#readme",
2829
"dependencies": {
File renamed without changes.

0 commit comments

Comments
 (0)