You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
275 B

var a = require('./node_modules/glob/node_modules/minimatch/package.json')
var e = require('./minimatch-expected.json')
var assert = require('assert')
Object.keys(e).forEach(function (key) {
assert.deepEqual(a[key], e[key], "didn't get expected minimatch/package.json")
})