File tree Expand file tree Collapse file tree 3 files changed +23
-19
lines changed Expand file tree Collapse file tree 3 files changed +23
-19
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "all" : true ,
3
+ "include" : " index.js" ,
4
+ "reporter" : [
5
+ " html" ,
6
+ " lcov" ,
7
+ " text"
8
+ ]
9
+ }
Original file line number Diff line number Diff line change
1
+ const avaConfig = {
2
+ files : [
3
+ '!test/broken-fixtures/**' ,
4
+ ] ,
5
+ watchMode : {
6
+ ignoreChanges : [
7
+ 'test/fixtures/**' ,
8
+ 'test/broken-fixtures/**' ,
9
+ ] ,
10
+ } ,
11
+ timeout : '60s' ,
12
+ } ;
13
+
14
+ export default avaConfig ;
Original file line number Diff line number Diff line change 32
32
"del" : " ^8.0.0" ,
33
33
"typescript" : " ^5.8.3" ,
34
34
"xo" : " ^1.1.0"
35
- },
36
- "c8" : {
37
- "reporter" : [
38
- " html" ,
39
- " lcov" ,
40
- " text"
41
- ]
42
- },
43
- "ava" : {
44
- "files" : [
45
- " !test/broken-fixtures/**"
46
- ],
47
- "watcher" : {
48
- "ignoreChanges" : [
49
- " test/fixtures/**" ,
50
- " test/broken-fixtures/**"
51
- ]
52
- },
53
- "timeout" : " 60s"
54
35
}
55
36
}
You can’t perform that action at this time.
0 commit comments