mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
big hacks to get tests to pass
This commit is contained in:
@ -55,6 +55,15 @@ export default function() {
|
||||
return response({});
|
||||
});
|
||||
|
||||
this.get('/javascripts/jquery.magnific-popup-min.js', function() {
|
||||
return response({});
|
||||
});
|
||||
|
||||
|
||||
this.get('/highlight.js', function() {
|
||||
return response({});
|
||||
});
|
||||
|
||||
this.post('/session', function(request) {
|
||||
var data = parsePostData(request.requestBody);
|
||||
|
||||
|
Reference in New Issue
Block a user