-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add empty test file called FoldIndex.test.ts
#11
base: main
Are you sure you want to change the base?
Conversation
GitHub actions yielded the following error. The command that failed is
There are a lot of errors. This is likely a larger issue with the PR and not a small linting/type-checking issue. This is likely a linting or type-checking issue with the source code. I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR. |
The error is because you used
Can you fix the imports to use |
GitHub actions yielded the following error. The command that failed is
There are a lot of errors. This is likely a larger issue with the PR and not a small linting/type-checking issue. This is likely a linting or type-checking issue with the source code. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #11 +/- ##
=======================================
Coverage 78.29% 78.29%
=======================================
Files 14 14
Lines 1382 1382
Branches 86 86
=======================================
Hits 1082 1082
Misses 300 300 ☔ View full report in Codecov by Sentry. |
GitHub actions yielded the following error. The command that failed is
There are a lot of errors. This is likely a larger issue with the PR and not a small linting/type-checking issue. This is likely a linting or type-checking issue with the source code. |
Description
This PR adds a new test file called
FoldIndex.test.ts
to thecore/src/indexes/
directory. The file includes the necessary imports to make it compile, similar to theHashIndex.test.ts
file. Additionally, a placeholder test that always passes has been added to ensure the file is set up correctly.Summary of Changes
FoldIndex.test.ts
in thecore/src/indexes/
directory.HashIndex.test.ts
.Please review and merge this PR. Thank you!
Fixes #10.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.