jdalrymple/semantic-release-npmx

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  testEnvironment: 'node',
  testRegex: 'test\\/.*\\.js$',
  testMatch: null,
  testURL: 'http://localhost/',
  testTimeout: 15000,

  coverageDirectory: 'coverage',
  collectCoverage: true,
};