update(store): add test mode

* add key to loading slot

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-04 15:42:18 +01:00
parent bf9ce37b64
commit 9abc222c14
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ export default ((on, config) => {
startDevServer({
options,
viteConfig: {
mode: 'test',
configFile: resolve(__dirname, '..', '..', 'vite.config.ts'),
},
}),