pm2/test/interface
Daan Kets 1c58bf4b89 Added one test case, fixed a small bug
- Additional test case for @scope/module@tag
- Fixed a bug for checking the position of the last @ in the module name, that could trigger on -1.
2018-02-08 11:23:51 +01:00
..
2017-10-19 16:19:40 +02:00
2017-10-19 16:19:40 +02:00
2017-10-19 16:19:40 +02:00
2017-10-19 16:19:40 +02:00
2017-10-19 16:19:40 +02:00
2017-10-19 16:19:47 +02:00
2017-12-03 19:16:36 +01:00
2017-10-19 16:19:40 +02:00
2017-10-19 16:19:40 +02:00

Structure

. ├── bus.fork.spec.mocha.js ├── bus.spec.mocha.js ├── custom-actions.mocha.js ├── fixtures │   ├── http_transaction.js │   ├── human_event.js │   ├── log_out.js │   └── process_exception.js ├── interactor.connect.mocha.js ├── interactor.connect.two.mocha.js ├── interactor.daemonizer.mocha.js ├── password.mocha.js ├── README.md ├── remote.mocha.js └── scoped_pm2_actions.mocha.js

Test about pmx.notify not working

  • bus.fork.spec.mocha.js

  • bus.spec.mocha.js

  • bus.spec.mocha.js: event system sent (wo agent)

  • custom-actions.mocha.js: connect and try custom actions

  • interactor.daemonizer.mocha.js: basic methods testing for automatic re read of agent conf (wo agent)

  • interactor.connect.mocha.js: