mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Migrate all jasmine specs to Qunit. Removed Jasmine.
This commit is contained in:
parent
e263bb3c0a
commit
8c4aac7f94
24 changed files with 401 additions and 659 deletions
|
@ -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");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue