REFACTOR: Rename store:main to service:store so we can inject it

This commit is contained in:
Robin Ward
2017-10-27 13:59:22 -04:00
parent f2219138e1
commit fbd5f1e411
11 changed files with 34 additions and 33 deletions

View File

@ -1,4 +1,4 @@
QUnit.module('store:main');
QUnit.module('service:store');
import createStore from 'helpers/create-store';