Skip to content

Commit 703c320

Browse files
committed
Align cli test Output type with NodeJs type definition
1 parent dbe5884 commit 703c320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1212

1313
### Changed
1414

15-
- Teach the cli to accept a `issuer-url-trailing-slash` option
15+
- Teach the cli to accept a `issuer-url-trailing-slash` option (reported in [#353](https://github.com/axa-group/oauth2-mock-server/issues/353) by [Valdermeyder](https://github.com/Valdermeyder))
1616
- Update dependencies
1717

1818
## [8.1.0](https://github.com/axa-group/oauth2-mock-server/compare/v8.0.1...v8.1.0) — 2025-06-06

test/lib/child-script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { OAuth2Server } from '../../src';
55
interface Output {
66
result: OAuth2Server | null;
77
err?: unknown;
8-
exitCode: number | undefined;
8+
exitCode: string | number | undefined;
99
stdout: string;
1010
stderr: string;
1111
}

0 commit comments

Comments
 (0)