UNPKG

@aaroncadillac/react-use-fetch

Version:

A simple way to use fetch into react apps, wrapped as a hook

8 lines 151 B
/** @type {import('jest').Config} */ const config = { verbose: true, transform: { '^.+\\.(js|jsx)$': 'babel-jest' } }; export default config;