Refer to MatchersUtil instances as matchersUtil, not util
This commit is contained in:
@@ -23,7 +23,7 @@ describe('npm package', function() {
|
||||
|
||||
beforeEach(function() {
|
||||
jasmine.addMatchers({
|
||||
toExistInPath: function(util) {
|
||||
toExistInPath: function() {
|
||||
return {
|
||||
compare: function(actual, expected) {
|
||||
var fullPath = path.resolve(expected, actual);
|
||||
|
||||
Reference in New Issue
Block a user