mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 16:42:17 +03:00
- these agent files are all very similar and should be grouped together - moving them into a subfolder makes the `test/utils` folder a little bit easier to browse
7 lines
261 B
JavaScript
7 lines
261 B
JavaScript
module.exports = {
|
|
AdminAPITestAgent: require('./admin-api-test-agent'),
|
|
ContentAPITestAgent: require('./content-api-test-agent'),
|
|
GhostAPITestAgent: require('./ghost-api-test-agent'),
|
|
MembersAPITestAgent: require('./members-api-test-agent')
|
|
};
|