Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.js « npm-test-bundled-git « packages « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 793cc55a881cd21f6ef5324bf68a3c19c75dd9a2 (plain)
1
2
3
4
var a = require('./node_modules/glob/node_modules/minimatch/package.json')
var e = require('./minimatch-expected.json')
var assert = require('assert')
assert.deepEqual(a, e, "didn't get expected minimatch/package.json")