FIX: store:main error when running QUnit tests checking disabled plugins

This commit is contained in:
Robin Ward 2017-08-23 19:34:31 -04:00
parent 38eef177d4
commit 16b67745d8

View File

@ -2,6 +2,7 @@ export default {
"site.json":{ "site.json":{
"site":{ "site":{
"default_archetype":"regular", "default_archetype":"regular",
"disabled_plugins":[],
"notification_types":{ "notification_types":{
"mentioned":1, "mentioned":1,
"replied":2, "replied":2,