REFACTOR: PreloadStore to ES6

This commit is contained in:
Robin Ward
2016-07-04 14:15:51 -04:00
parent 25d6915cac
commit bba0fd0654
33 changed files with 149 additions and 141 deletions

View File

@ -1,7 +1,8 @@
import { blank } from 'helpers/qunit-helpers';
import PreloadStore from 'preload-store';
module("Discourse.PreloadStore", {
setup: function() {
module("preload-store", {
setup() {
PreloadStore.store('bane', 'evil');
}
});