mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
34 lines
835 B
Markdown
34 lines
835 B
Markdown
|
|
## 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:
|