Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Also tweak how issueTests works, pre1994 reads better than preGh1994
  • Loading branch information
Gerrit0 committed Jul 17, 2022
1 parent c14857e commit 9ed9f01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,9 +9,11 @@
### Bug Fixes

- Fixed missing `sources` property on signature reflections #1996.
- `excludeNotDocumented` will no longer remove functions/methods/accessors which are documented, #1994.

### Thanks!

- @cary-hu
- @chadhietala

## v0.23.7 (2022-07-09)
Expand Down
2 changes: 1 addition & 1 deletion src/test/converter2.test.ts
Expand Up @@ -78,7 +78,7 @@ describe("Converter2", () => {
} else {
runTest(
name,
issueTests[`pre${entry[0].toUpperCase()}${entry.slice(1)}`],
issueTests[`pre${entry.slice(2)}`],
join("issues", entry),
check as (
project: ProjectReflection,
Expand Down
2 changes: 1 addition & 1 deletion src/test/issueTests.ts
Expand Up @@ -609,7 +609,7 @@ export const issueTests: {
logger.expectNoOtherMessages();
},

preGh1994(app) {
pre1994(app) {
app.options.setValue("excludeNotDocumented", true);
},
gh1994(project) {
Expand Down

0 comments on commit 9ed9f01

Please sign in to comment.