UNPKG
@g.frame/common.loaders
Version:
false (0.2.13)
latest (0.3.0)
0.3.0
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3-pp-alpha-1
0.2.2
0.2.1
0.2.0
Resource loaders module for g.frame framework
github.com/VeryBigThings/g.frame
VeryBigThings/g.frame
@g.frame/common.loaders
/
jest.config.js
10 lines
(9 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
base =
require
(
"../../jest.config.base.js"
);
const
pack =
require
(
"./package"
);
module
.
exports
= { ...base,
displayName
: pack.
name
,
name
: pack.
name
,
rootDir
:
"../.."
,
testMatch
: [
`<rootDir>/packages/
${pack.name}
/tests/**/.*.(test|spec)).(js|ts)`
], };