You didn't mock the nanoid module correctly. It uses named exports to export the nanoid function. Use jest.mock(moduleName, factory, ...
確定! 回上一頁