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: 4fcc54cafe4b34a860c1b97e41abf83c13b3ef19 (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")