mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
REFACTOR: PreloadStore to ES6
This commit is contained in:
parent
25d6915cac
commit
bba0fd0654
33 changed files with 149 additions and 141 deletions
|
@ -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');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue