-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathava.config.js
More file actions
26 lines (25 loc) · 907 Bytes
/
ava.config.js
File metadata and controls
26 lines (25 loc) · 907 Bytes
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
/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2025 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/
export default {
files: ["build/**/*.test.js"],
environmentVariables: {
NODE_ENV: "test",
},
verbose: true,
failFast: false,
failWithoutAssertions: true,
};