UNPKG

@jest-mock/express

Version:

A lightweight Jest mock for unit testing Express

13 lines (12 loc) 265 B
module.exports = { semi: false, trailingComma: 'all', singleQuote: true, jsxSingleQuote: true, printWidth: 120, tabWidth: 2, tabs: false, arrowParens: 'always', // Needed for the type in Typescript bracketSpacing: true, bracketSameLine: true, }