mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 17:51:16 +08:00
ES6ify some of the remaining files
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import Session from "discourse/models/session";
|
||||
|
||||
module("Discourse.Session");
|
||||
module("model:session");
|
||||
|
||||
test('highestSeenByTopic', function() {
|
||||
var session = Session.current();
|
||||
const session = Session.current();
|
||||
deepEqual(session.get('highestSeenByTopic'), {}, "by default it returns an empty object");
|
||||
});
|
||||
|
Reference in New Issue
Block a user