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

fix(assert): Map, Set and Symbol aren't parsed #405

Merged
merged 6 commits into from
Jun 17, 2024
Merged

fix(assert): Map, Set and Symbol aren't parsed #405

merged 6 commits into from
Jun 17, 2024

Conversation

wellwelwel
Copy link
Owner

import { assert } from 'poku';

assert.deepStrictEqual(new Map(), null);
assert.deepStrictEqual(new Set(), null);
assert.deepStrictEqual(Symbol(), null);
assert.deepStrictEqual(Symbol.for('key'), null);

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.88%. Comparing base (1c1305f) to head (0f87b07).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #405      +/-   ##
==========================================
+ Coverage   95.59%   95.88%   +0.28%     
==========================================
  Files          37       37              
  Lines        3089     3087       -2     
  Branches      495      488       -7     
==========================================
+ Hits         2953     2960       +7     
+ Misses        125      117       -8     
+ Partials       11       10       -1     
Flag Coverage Δ
linux-parallel 95.65% <98.27%> (+0.45%) ⬆️
linux-parallel-options 95.78% <100.00%> (+0.28%) ⬆️
linux-sequential 94.52% <98.27%> (+0.44%) ⬆️
linux-sequential-options 94.62% <100.00%> (+0.28%) ⬆️
osx-parallel 95.65% <98.27%> (+0.45%) ⬆️
osx-parallel-options 95.78% <100.00%> (+0.28%) ⬆️
osx-sequential 94.52% <98.27%> (+0.44%) ⬆️
osx-sequential-options 94.62% <100.00%> (+0.28%) ⬆️
windows-parallel 95.27% <98.27%> (+0.45%) ⬆️
windows-parallel-options 95.40% <100.00%> (+0.28%) ⬆️
windows-sequential 94.13% <98.27%> (+0.44%) ⬆️
windows-sequential-options 94.23% <100.00%> (+0.28%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wellwelwel wellwelwel marked this pull request as ready for review June 17, 2024 18:07
@wellwelwel wellwelwel merged commit 9ab7202 into main Jun 17, 2024
38 checks passed
@wellwelwel wellwelwel deleted the assert branch June 17, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant