UNPKG

grafana-cloud-graphite

Version:
9 lines 258 B
"use strict"; module.exports = { transform: { ".(ts|tsx)": "ts-jest", }, testRegex: "(/__tests__/.*|\\.(test|spec))\\.(ts)$", moduleFileExtensions: ["js", "json", "jsx", "ts", "tsx", "node"], }; //# sourceMappingURL=jest.config.js.map