UNPKG

@zargu/couchdb-designer

Version:

Create and testing couchdb design document form directory structure.

13 lines (8 loc) 253 B
'use strict'; const promises = jest.createMockFromModule('fs/promises'); promises.readFile = jest.fn(); promises.writeFile = jest.fn(); promises.readdir = jest.fn(); promises.access = jest.fn(); promises.stat = jest.fn(); module.exports = promises;