mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
ES6: Convert all test files over
This commit is contained in:
6
test/javascripts/models/session-test.js.es6
Normal file
6
test/javascripts/models/session-test.js.es6
Normal file
@ -0,0 +1,6 @@
|
||||
module("Discourse.Session");
|
||||
|
||||
test('highestSeenByTopic', function() {
|
||||
var session = Discourse.Session.current();
|
||||
deepEqual(session.get('highestSeenByTopic'), {}, "by default it returns an empty object");
|
||||
});
|
Reference in New Issue
Block a user