UNPKG
@autorest/adl
Version:
latest (0.0.2)
next (0.0.2-dev)
0.0.2
0.0.2-dev
0.0.1
AutoRest Adl
github.com/Azure/autorest.modelerfour/tree/master/modelerfour
Azure/autorest
@autorest/adl
/
jest.config.js
11 lines
(7 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// @ts-check
import
defaultConfig
from
"../../../jest.default.config.js"
;
const
config = { ...defaultConfig,
testMatch
: [
"<rootDir>/src/**/*.test.ts"
,
"<rootDir>/test/**/*.test.ts"
], };
export
default
config;