正如我在中所看到的那样,我试图在Cookies中拯救Vuex州。js和vuex-persistedstate是以这种方式导入的:import Cookies(key),
// Please see https://github.com/js-cookie/js-cookie#json, on how to
我有一个功能,设置在cookie中的语言,并获得它的一些功能。如何正确设置语言的值以便在JEST中进行测试 // browser cookie is checked to see if there is a value for language return lang || 'en'现在我想在JEST中测试它
it('can