vitest/test/core/__mocks__/custom-lib.ts

4 lines
49 B
TypeScript

export default function () {
return 'mocked'
}