sospedra/semantic-password-generator

View on GitHub
packages/spg/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  coverageProvider: 'v8',
  testEnvironment: 'node',
  testMatch: ['**/tests/**/*.spec.ts'],
}