mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 18:41:07 +08:00
Migrate all jasmine specs to Qunit. Removed Jasmine.
This commit is contained in:
@ -52,6 +52,7 @@ sinon.config = {
|
||||
|
||||
// Trick JSHint into allow document.write
|
||||
var d = document;
|
||||
d.write('<div id="qunit-scratch" style="display:none"></div>');
|
||||
d.write('<div id="ember-testing-container"><div id="ember-testing"></div></div>');
|
||||
d.write('<style>#ember-testing-container { position: absolute; background: white; bottom: 0; right: 0; width: 640px; height: 384px; overflow: auto; z-index: 9999; border: 1px solid #ccc; } #ember-testing { zoom: 50%; }</style>');
|
||||
|
||||
|
Reference in New Issue
Block a user