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: separate integration tests from single plugin tests #1409

Merged
merged 1 commit into from May 30, 2022

Commits on May 29, 2022

  1. test: separate integration tests from single plugin tests

    Most tests that exercise the default preset as a whole were in the
    cssnano directory, but some were mixed with the individual plugin tests.
    
    * To distinguish the effect of each individual plugin, move all
    remaining integration tests in the cssnano test directory.
    
    * Convert tests that only check the effect of a single plugin,
    to only use that plugin.
    ludofischer committed May 29, 2022
    Copy the full SHA
    f05e9ff View commit details
    Browse the repository at this point in the history