UNPKG

google-location-sharing

Version:
12 lines (10 loc) 296 B
// For a detailed explanation regarding each configuration property, visit: // https://jestjs.io/docs/en/configuration.html module.exports = { clearMocks: true, coverageDirectory: "coverage", coveragePathIgnorePatterns: [ "/node_modules/" ], testEnvironment: "node", };