UNPKG

easy-code-formatter-styles

Version:

a package which contains the styling details for easy code formatter office app.

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