Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. > gestaoencomendas@1.0.0 test /opt/atlassian/pipelines/agent/build/GestaoEncomendas
  2. > mocha --timeout 120000 --require babel-register --recursive --exit
  3. /opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/yargs/yargs.js:1163
  4. else throw err
  5. ^
  6. Error: Cannot find module '../../services/ClientService.js'
  7. at Function.Module._resolveFilename (module.js:548:15)
  8. at Function.Module._load (module.js:475:25)
  9. at Module.require (module.js:597:17)
  10. at require (internal/module.js:11:18)
  11. at Object.<anonymous> (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/test/services/clientServiceTest.js:10:21)
  12. at Module._compile (module.js:653:30)
  13. at loader (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/babel-register/lib/node.js:144:5)
  14. at Object.require.extensions.(anonymous function) [as .js] (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/babel-register/lib/node.js:154:7)
  15. at Module.load (module.js:566:32)
  16. at tryModuleLoad (module.js:506:12)
  17. at Function.Module._load (module.js:498:3)
  18. at Module.require (module.js:597:17)
  19. at require (internal/module.js:11:18)
  20. at /opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/mocha/lib/mocha.js:334:36
  21. at Array.forEach (<anonymous>)
  22. at Mocha.loadFiles (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/mocha/lib/mocha.js:331:14)
  23. at Mocha.run (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/mocha/lib/mocha.js:809:10)
  24. at Object.exports.singleRun (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/mocha/lib/cli/run-helpers.js:108:16)
  25. at exports.runMocha (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/mocha/lib/cli/run-helpers.js:142:13)
  26. at Object.exports.handler.argv [as handler] (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/mocha/lib/cli/run.js:292:3)
  27. at Object.runCommand (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/yargs/lib/command.js:242:26)
  28. at Object.parseArgs [as _parseArgs] (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/yargs/yargs.js:1104:24)
  29. at Object.parse (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/yargs/yargs.js:566:25)
  30. at Object.exports.main (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/mocha/lib/cli/cli.js:68:6)
  31. at Object.<anonymous> (/opt/atlassian/pipelines/agent/build/GestaoEncomendas/node_modules/mocha/bin/mocha:164:29)
  32. at Module._compile (module.js:653:30)
  33. at Object.Module._extensions..js (module.js:664:10)
  34. at Module.load (module.js:566:32)
  35. at tryModuleLoad (module.js:506:12)
  36. at Function.Module._load (module.js:498:3)
  37. at Function.Module.runMain (module.js:694:10)
  38. at startup (bootstrap_node.js:204:16)
  39. at bootstrap_node.js:625:3
  40. npm ERR! code ELIFECYCLE
  41. npm ERR! errno 1
  42. npm ERR! gestaoencomendas@1.0.0 test: `mocha --timeout 120000 --require babel-register --recursive --exit`
  43. npm ERR! Exit status 1
  44. npm ERR!
  45. npm ERR! Failed at the gestaoencomendas@1.0.0 test script.
  46. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  47. npm ERR! A complete log of this run can be found in:
  48. npm ERR! /root/.npm/_logs/2019-12-07T16_38_43_580Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement