1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 20:30:04 +02:00
Files
minifyfromhtml/node_modules/npm/test/packages/npm-test-bundled-git/test.js
2022-08-20 18:51:33 +02:00

5 lines
220 B
JavaScript

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")