free-mobile-sms-api
Version:
Free Mobile SMS API - Give you a simplified way to use the official SMS API powered by Free mobile
13 lines (11 loc) • 308 B
JavaScript
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
module.exports = {
collectCoverage: true
, coverageDirectory: "coverage"
, coverageProvider: "v8"
, testEnvironment: "node"
, transform: {
"\\.(ts)$": "ts-jest"
}
};