mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Cleaned up QUnit test structure
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
/*global module:true test:true ok:true visit:true expect:true exists:true count:true */
|
||||
|
||||
module("Header", {
|
||||
setup: function() {
|
||||
Ember.run(Discourse, Discourse.advanceReadiness);
|
||||
},
|
||||
|
||||
teardown: function() {
|
||||
Discourse.reset();
|
||||
}
|
||||
});
|
||||
integration("Header");
|
||||
|
||||
test("/", function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user