mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Support for Acceptance tests in plugins
This commit is contained in:
@ -77,6 +77,8 @@ export default function() {
|
||||
}
|
||||
});
|
||||
|
||||
this.get('/admin/plugins', () => { return response({ plugins: [] }); });
|
||||
|
||||
this.get('/composer-messages', () => { return response([]); });
|
||||
|
||||
this.get("/latest.json", () => {
|
||||
|
Reference in New Issue
Block a user