Unibeautify/beautifier-sqlformat

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
"use strict";

module.exports = {
  transform: {
    "^.+\\.tsx?$": "ts-jest"
  },
  testRegex: "test/.+\\.(test|spec)\\.ts$",
  moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
  collectCoverage: true,
  coverageReporters: ["json", "lcov", "text", "html"],
  testURL: "http://localhost/"
};