UNPKG
fannypack-v5
Version:
latest (5.0.0-rc.7)
5.0.0-rc.7
5.0.0-rc.0
An accessible, composable, and friendly React UI Kit
github.com/fannypackui
fannypackui/fannypack
fannypack-v5
/
jest.config.js
7 lines
(5 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
{ ...baseConfig } =
require
(
'../../jest.config'
);
module
.
exports
= { ...baseConfig,
snapshotSerializers
: [
'jest-emotion'
] };