mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Migrate all jasmine specs to Qunit. Removed Jasmine.
This commit is contained in:
@@ -13,6 +13,8 @@ module("Header", {
|
||||
test("/", function() {
|
||||
|
||||
visit("/").then(function() {
|
||||
expect(2);
|
||||
|
||||
ok(exists("header"), "The header was rendered");
|
||||
ok(exists("#site-logo"), "The logo was shown");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user