import preloadstore from 'misago/utils/preloadstore'; module('preloadstore'); // Replace this with your real tests. test('it works', function() { var result = preloadstore(); ok(result); });