/
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
vizion
/
test
/
unit
/
/usr/local/lib/node_modules/pm2/node_modules/vizion/test/unit
mkdir
upload
Name
Size
Mode
Actions
git.test.js
7865
0644
edit
dl
rm
helper.test.js
456
0644
edit
dl
rm
Edit:
/usr/local/lib/node_modules/pm2/node_modules/vizion/test/unit/helper.test.js
(456B)
var helper = require("../../lib/helper.js"); var should = require("should"); describe('Helper', function () { const fixt = { a : { b : { c : 'result' } } } describe('.get', () => { should(helper.get(fixt, 'a.b.c')).eql('result') }) describe('.get null', () => { should(helper.get(null, 'a.b.c')).eql(null) }) describe('.get null', () => { should(helper.get(fixt, 'a.b.d')).eql(undefined) }) })
Save
cmd:
run