preloadstore-test.js 197 B

123456789
  1. import preloadstore from 'misago/utils/preloadstore';
  2. module('preloadstore');
  3. // Replace this with your real tests.
  4. test('it works', function() {
  5. var result = preloadstore();
  6. ok(result);
  7. });