diff --git a/nodejs-string-dot-prototype-dot-repeat.spec b/nodejs-string-dot-prototype-dot-repeat.spec index 18c8bfb..0835fce 100644 --- a/nodejs-string-dot-prototype-dot-repeat.spec +++ b/nodejs-string-dot-prototype-dot-repeat.spec @@ -11,8 +11,6 @@ Source0: https://github.com/mathiasbynens/String.prototype.repeat/archive BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging -%if 0%{?enable_tests} -%endif Requires: nodejs %description A robust & optimized `String.prototype.repeat` polyfill, based on the