美文网首页
Vitest + Vue Test Utils + vue3 单

Vitest + Vue Test Utils + vue3 单

作者: 苏苡 | 来源:发表于2023-09-18 11:31 被阅读0次

      // 模拟本地存储单元测试

      Object.defineProperty(localStorage.getItem, 'NAME', {

        value: { // 内容

              reconciliationId: 'John',

              reconciliationsId: 'Doe',

              merchId: 'Doe'

        },

        writable: true,

        enumerable: true,

        configurable: true

      })

    相关文章

      网友评论

          本文标题:Vitest + Vue Test Utils + vue3 单

          本文链接:https://www.haomeiwen.com/subject/ksjgvdtx.html