Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit089c69d

Browse files
committed
chore: move jsconfig.json location for cypress e2e
This is a follow up of5027f2bbut of less importance, as I don't expect many tools to rely on this file's location.
1 parent61e4575 commit089c69d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎template/config/cypress/cypress/e2e/jsconfig.jsonrenamed to‎template/config/cypress/cypress/jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"lib": ["es5","dom"],
55
"types": ["cypress"]
66
},
7-
"include": ["./**/*","../support/**/*"]
7+
"include": ["./e2e/**/*","./support/**/*"],
8+
"exclude": ["./support/component.*"]
89
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp