bbc / speculate

Automatically generates an RPM Spec file for your Node.js project
Other
66 stars 28 forks source link

fix: archive whitelist to support custom name #107

Open Nic128 opened 1 year ago

Nic128 commented 1 year ago

Fixes https://github.com/bbc/speculate/issues/89

Custom name with whitelist combination was broken. An existing unit test was amended because it was wrong. New unit tests were added.

Nic128 commented 1 year ago

Duplicate of https://github.com/bbc/speculate/pull/79 with a few more tests.