UNPKG
brush_cli
Version:
latest (0.0.2)
0.0.2
0.0.1
A tool for creating and developing cmos PC Framework project.
brush_cli
/
node_modules
/
npm
/
test
/
packages
/
npm-test-bundled-git
/
test.js
5 lines
(4 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
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"
)