Skip to content

Commit bb15a82

Browse files
Update tests
1 parent 14bbae9 commit bb15a82

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

libs/tests/config-resolution/src/lib/bad-file.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ describe(`[auto generated] Parse invalid config files`, () => {
5050
autoDoc: false,
5151
styleAndFormat: true,
5252
spaceOffset: 0,
53+
trailingSpace: true,
5354
}).toEqual(index.getConfigForFile(filepath_1));
5455
});
5556
});

libs/tests/config-resolution/src/lib/resolution.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ describe(`[auto generated] Correctly identify parses and returns config files`,
6262
autoDoc: false,
6363
styleAndFormat: true,
6464
spaceOffset: 0,
65+
trailingSpace: true,
6566
}).toEqual(index.getConfigForFile(filepath_3));
6667

6768
// specify filepath
@@ -92,6 +93,7 @@ describe(`[auto generated] Correctly identify parses and returns config files`,
9293
autoDoc: false,
9394
styleAndFormat: true,
9495
spaceOffset: 0,
96+
trailingSpace: true,
9597
}).toEqual(index.getConfigForFile(filepath_4));
9698

9799
// specify filepath
@@ -122,6 +124,7 @@ describe(`[auto generated] Correctly identify parses and returns config files`,
122124
autoDoc: false,
123125
styleAndFormat: true,
124126
spaceOffset: 0,
127+
trailingSpace: true,
125128
}).toEqual(index.getConfigForFile(filepath_5));
126129
});
127130
});

0 commit comments

Comments
 (0)