mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08: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