Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 2fea369

Browse files
committed
chore: reset stash
1 parent b9d9f33 commit 2fea369

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
</head>
1414
<body></body>
1515
</html>
16+

tests/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ declare namespace Cypress {
1313
*/
1414
checkA11y(any, object): Chainable
1515
}
16-
}
16+
}

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"module": "esnext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
55
"resolveJsonModule": true,
66
"lib": [ "esnext", "dom" ],
7-
"types": ["node", "jest", "vite/client", "vite-plugin-pages/client", "cypress"],
7+
"types": ["node", "jest", "vite/client", "vite-plugin-pages/client", "cypress", "./tests"],
88
"declaration": true,
99
"allowJs": true,
1010
"sourceMap": true,
@@ -27,9 +27,8 @@
2727
"playground/**/*.ts",
2828
"playground/**/*.d.ts",
2929
"playground/**/*.tsx",
30-
"playground/**/*.vue",
30+
"playground/**/*.vue"
3131
],
32-
"typeRoots": ["./tests"],
3332
"exclude": ["node_modules", "./@types", "dist"],
3433
"ts-node": {
3534
"compilerOptions": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6930,6 +6930,11 @@ [email protected]:
69306930
resolved "https://registry.yarnpkg.com/folktale/-/folktale-2.3.2.tgz#38231b039e5ef36989920cbf805bf6b227bf4fd4"
69316931
integrity sha512-+8GbtQBwEqutP0v3uajDDoN64K2ehmHd0cjlghhxh0WpcfPzAIjPA03e1VvHlxL02FVGR0A6lwXsNQKn3H1RNQ==
69326932

6933+
follow-redirects@^1.10.0:
6934+
version "1.13.3"
6935+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267"
6936+
integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==
6937+
69336938
for-in@^1.0.2:
69346939
version "1.0.2"
69356940
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"

0 commit comments

Comments
 (0)