Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert test files to typescript #276

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

bvandercar-vt
Copy link
Contributor

No description provided.

@bvandercar-vt bvandercar-vt force-pushed the test-files-to-typescript branch 13 times, most recently from 09d52a7 to e4d80e8 Compare January 7, 2025 05:39
@bvandercar-vt bvandercar-vt force-pushed the test-files-to-typescript branch from be5b41b to 4d20ec7 Compare January 7, 2025 05:44
@@ -32,7 +32,7 @@
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
"types": ["cypress", "mocha", "node", "./index.d.ts", "./index.internal.d.ts"], /* Specify type package names to be included without being referenced in a source file. */
"types": ["cypress", "node", "./index.d.ts", "./index.internal.d.ts"], /* Specify type package names to be included without being referenced in a source file. */
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cypress provides the mocha types in src, so mocha isn't needed

@bvandercar-vt bvandercar-vt force-pushed the test-files-to-typescript branch from c74a4ac to a5594bc Compare January 7, 2025 06:50
@@ -45,18 +45,14 @@
"dependencies": {
"chalk": "^4.0.0",
"compare-versions": "^6.1.1",
"fs-extra": "^10.1.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed packages here are needed in test/package.json but not needed in parent package.json.

@@ -0,0 +1 @@
test/output*/** linguist-vendored
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should remove the html here in GitHub language breakdown:

image

Since the html is only test data

@bvandercar-vt bvandercar-vt changed the title test files to typescript convert test files to typescript Jan 7, 2025
@bvandercar-vt bvandercar-vt force-pushed the test-files-to-typescript branch from 953d003 to 78fa4a5 Compare January 7, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant