One of the external libraries we're using is having a property called "should" in one of its classes.
When we run tests with shouldjs it seems like should instruments its class with its "should" which crashes the library.
How can we hint shouldjs to avoid instrument this class?