-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test: enable test cases in .spec.ts
#698
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LingyuCoder
force-pushed
the
test/enable-spec-cases
branch
from
January 13, 2025 08:36
51f7b9e
to
7b137b3
Compare
LingyuCoder
force-pushed
the
refactor/parse-bundle-with-graph
branch
from
January 13, 2025 09:27
f45d597
to
6d34533
Compare
LingyuCoder
force-pushed
the
test/enable-spec-cases
branch
from
January 13, 2025 09:28
7b137b3
to
f75c584
Compare
easy1090
previously approved these changes
Jan 13, 2025
LingyuCoder
force-pushed
the
refactor/parse-bundle-with-graph
branch
2 times, most recently
from
January 13, 2025 11:46
97a6116
to
7f8925a
Compare
LingyuCoder
force-pushed
the
test/enable-spec-cases
branch
from
January 14, 2025 03:06
f75c584
to
974c189
Compare
LingyuCoder
force-pushed
the
test/enable-spec-cases
branch
from
January 14, 2025 03:44
974c189
to
271ec6b
Compare
✅ Deploy Preview for rsdoctor ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
LingyuCoder
force-pushed
the
test/enable-spec-cases
branch
from
January 14, 2025 06:21
271ec6b
to
30fd554
Compare
easy1090
reviewed
Jan 14, 2025
easy1090
approved these changes
Jan 14, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
The
include
invitest.workspace.ts
only contains.test.ts
files, so change the.spec.ts
files to.test.ts
to enable them.Related Links