UNPKG
@moxy/jest-config-base
Version:
latest (6.1.0)
6.1.0
6.0.0
5.3.0
5.2.0
5.0.0
MOXY's Jest base configuration
github.com/moxystudio/jest-config
moxystudio/jest-config
@moxy/jest-config-base
/
lib
/
index.js
7 lines
(4 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
const
compose =
require
(
'./compose'
);
const
baseConfig =
require
(
'./base-config'
);
module
.
exports
= { compose, baseConfig };