junkurihara/jscu

View on GitHub
packages/js-crypto-hash/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
// Jest configuration for api
const base = require('../../jest.config.base.js');
 
module.exports = {
...base,
name: 'js-crypto-hash',
displayName: 'js-crypto-hash'
};