UNPKG
@ysfe/array-groupby
Version:
latest (1.0.0)
1.0.0
array group by function. support Array.prototype
a951055/array-grouping
@ysfe/array-groupby
/
jest.config.js
8 lines
(7 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
=
{ transform: {
"^.+
\\
.ts?$"
:
"ts-jest"
}, testRegex:
"(/__tests__/.*|(
\\
.|/)(test|spec))
\\
.(jsx?|tsx?)$"
, moduleFileExtensions: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
] };