We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293499e commit 7cc282cCopy full SHA for 7cc282c
test/binary-test.js
@@ -14,6 +14,7 @@ var vows = require('vows');
14
function binaryContext(options, context) {
15
context.topic = function () {
16
(context.setup || Function.prototype)();
17
+ delete context.setup;
18
19
// We add __DIRECT__=1 to force binary into 'non-piped' mode
20
exec('__DIRECT__=1 ./bin/cleancss ' + options, this.callback);
0 commit comments