mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 20:30:04 +02:00
5 lines
220 B
JavaScript
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")
|