-
Notifications
You must be signed in to change notification settings - Fork 134
/
jest.config.json
30 lines (30 loc) · 1.34 KB
/
jest.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"collectCoverage": true,
"rootDir": "src",
"projects": [
"<rootDir>/../test/american-express/jest.config.json",
"<rootDir>/../test/apple-pay/jest.config.json",
"<rootDir>/../test/client/jest.config.json",
"<rootDir>/../test/fastlane/jest.config.json",
"<rootDir>/../test/data-collector/jest.config.json",
"<rootDir>/../test/environment/jest.config.json",
"<rootDir>/../test/google-payment/jest.config.json",
"<rootDir>/../test/hosted-fields/jest.config.json",
"<rootDir>/../test/lib/jest.config.json",
"<rootDir>/../test/local-payment/jest.config.json",
"<rootDir>/../test/masterpass/jest.config.json",
"<rootDir>/../test/payment-request/jest.config.json",
"<rootDir>/../test/paypal/jest.config.json",
"<rootDir>/../test/paypal-checkout/jest.config.json",
"<rootDir>/../test/preferred-payment-methods/jest.config.json",
"<rootDir>/../test/publishing/jest.config.json",
"<rootDir>/../test/three-d-secure/jest.config.json",
"<rootDir>/../test/unionpay/jest.config.json",
"<rootDir>/../test/us-bank-account/jest.config.json",
"<rootDir>/../test/vault-manager/jest.config.json",
"<rootDir>/../test/venmo/jest.config.json",
"<rootDir>/../test/visa-checkout/jest.config.json",
"<rootDir>/../test/sepa/jest.config.json"
],
"setupFilesAfterEnv": ["<rootDir>/../test/global.js"]
}