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(postcss-reduce-initial): update list of properties values #1564

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

ludofischer
Copy link
Collaborator

Fix #1535

Also replace nanospy with built-in mock. This concerns only the tests for the utilities used to retrieve the property lists, so it is not code that will be run by users and it only needs to run on the latest stable Node.js

This concerns only the tests for the utilities used to retrieve the property lists,
so it is not code that will be run by users and
it only needs to run on the latest stable Node.js
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.56%. Comparing base (3ed9528) to head (7cad19e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1564   +/-   ##
=======================================
  Coverage   97.56%   97.56%           
=======================================
  Files         123      123           
  Lines       10214    10214           
=======================================
  Hits         9965     9965           
  Misses        249      249           

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

@ludofischer ludofischer merged commit c4be0f5 into master Feb 23, 2024
18 checks passed
@ludofischer ludofischer deleted the update-reduce-initial branch February 23, 2024 19:13
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.

[Bug]: Don't convert -webkit-line-clamp: initial to -webkit-line-clamp: none
1 participant