HQarroum/Gravatar

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  roots: ['<rootDir>/tests'],
  testMatch: ['**/*.test.js']
};