• Home
  • Raw
  • Download

Lines Matching refs:er

22   function runVersion (er) {  argument
23 t.ifError(er, 'git tag ran without error')
29 function checkVersion (er) { argument
31 t.ifError(er, 'version command ran without error')
39 function checkCommit (er, log, stderr) { argument
40 t.ifError(er, 'git log ran without issue')
52 function runVersion (er) { argument
53 t.ifError(er, 'git tag ran without error')
59 function checkManifest (er) { argument
60 t.ifError(er, 'npm run version ran without error')
61 fs.readFile(path.resolve(pkg, 'package.json'), 'utf8', function (er, data) { argument
62 t.ifError(er, 'read manifest without error')
77 function runVersion (er) { argument
78 t.ifError(er, 'git tag ran without error')
85 function checkVersion (er) { argument
87 t.ifError(er, 'version command ran without error')
95 function checkCommit (er, log, stderr) { argument
96 t.ifError(er, 'git log ran without issue')
110 function runVersion (er) { argument
111 t.ifError(er, 'git tag ran without error')
118 function checkVersion (er) { argument
120 t.ifError(er, 'version command ran without error')
128 function checkCommit (er, log, stderr) { argument
129 t.ifError(er, 'git log ran without issue')
141 function runVersion (er) { argument
142 t.ifError(er, 'git tag ran without error')
148 function checkVersion (er) { argument
149 t.like(er.message, /Version not changed/)
159 function runVersion (er) { argument
160 t.ifError(er, 'git tag ran without error')
166 function checkVersion (er) { argument
167 t.equal(er.message, tag + ' is not a valid version')
176 function runVersion (er) { argument
177 t.ifError(er, 'created git repo without errors')
183 function checkVersion (er) { argument
184 t.equal(er.message, 'No tags found')
198 npm.load({ cache: cache }, function (er) { argument
199 t.ifError(er, 'npm load ran without issue')
209 npm.load({ cache: cache }, function (er) { argument
210 t.ifError(er, 'npm load ran without issue')