euank/node-noop

Test on global mutation is incorrect

gloomybrain opened this issue · 1 comments

global object is used by-reference so there's no chance that a difference will be detected after noop call. Please, add proper testing.

euank commented

Fixed for-some-definition-of in #6, thanks for reporting.