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

test: added first unit tests #6

Merged
merged 5 commits into from
Feb 6, 2023
Merged

test: added first unit tests #6

merged 5 commits into from
Feb 6, 2023

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Feb 6, 2023

PR Checklist

Overview

Adds tests, including usage of @typescript/vfs for type system tests.

@codecov-commenter
Copy link

codecov-commenter commented Feb 6, 2023

Codecov Report

Merging #6 (0fabe82) into main (c9dc754) will increase coverage by 25.31%.
The diff coverage is 100.00%.

❗ Current head 0fabe82 differs from pull request most recent head 8f38329. Consider uploading reports for the commit 8f38329 to get more accurate results

@@            Coverage Diff             @@
##            main       #6       +/-   ##
==========================================
+ Coverage   0.00%   25.31%   +25.31%     
==========================================
  Files         12       13        +1     
  Lines        225      237       +12     
  Branches      95       98        +3     
==========================================
+ Hits           0       60       +60     
+ Misses       225      174       -51     
- Partials       0        3        +3     
Impacted Files Coverage Δ
src/test/utils.ts 100.00% <100.00%> (ø)
src/compilerOptions.ts 84.21% <0.00%> (+84.21%) ⬆️
src/nodes/typeGuards.ts 90.90% <0.00%> (+90.90%) ⬆️
src/syntax.ts 91.66% <0.00%> (+91.66%) ⬆️
src/types/typeGuards.ts 100.00% <0.00%> (+100.00%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

🛠 Tooling: Add initial tests scaffolding
2 participants