mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
big hacks to get tests to pass
This commit is contained in:
parent
20ab1f97e4
commit
01fcc7503a
2 changed files with 14 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue