Skip to content

Commit c3bc7cd

Browse files
author
Tiffany Le-Nguyen
committed
chore: move cypress out of demo
1 parent 58bb89f commit c3bc7cd

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"noEmit": true,
55
// be explicit about types included
66
// to avoid clashing with Jest types
77
"types": ["cypress", "mocha", "@testing-library/cypress"]
88
},
99
"include": [
10-
"../../node_modules/cypress",
10+
"../node_modules/cypress",
1111
"./**/*.ts"
1212
]
1313
}

0 commit comments

Comments
 (0)