UNPKG

france-cities-js

Version:

Search and get informations about french cities from the package offline database

14 lines (13 loc) 263 B
module.exports = { transform: { '^.+\\.ts$': 'ts-jest', }, moduleFileExtensions: ['js', 'ts'], testMatch: ['**/test/**/*.test.(ts|js)'], testEnvironment: 'node', coverageReporters: [ "json-summary", "text", "lcov" ] };