mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 21:34:50 +00:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
module("Discourse.Notification");
|
|
|
|
test("create", function() {
|
|
ok(Discourse.Notification.create(), "it can be created without arguments");
|
|
}); |