UNPKG

easy-code-formatter-styles

Version:

A package which contains the styling details for easy code formatter.

9 lines 169 B
module.exports = { preset: "ts-jest", testEnvironment: "node", collectCoverage: true, coverageDirectory: "coverage", testMatch: [ "**/?(*tests).ts" ], };