nizarmah / auto-minify

Minifies JS and CSS files in GitHub workflows.
GNU General Public License v3.0
48 stars 18 forks source link

Improve test usage and clarity #34

Closed nizarmah closed 5 months ago

nizarmah commented 5 months ago

Follow up for #33

Adds "expected" file which the result is compared against

Improves the naming so we can understand what tests do without looking at the workflow

Improves assertions to support expected checks and file-test checks (if a file exists or not)

Testing instructions: CI is enough