Skip to content

Commit ec2b568

Browse files
committed
refactor: remove express mapping strategy and tests
BREAKING CHANGE: `DefaultMappingStrategy` from `http-problem-details-mapper` or your own implementation of `IMappingStrategy` / `MappingStrategy` has to be used now.
1 parent d617c7f commit ec2b568

File tree

3 files changed

+0
-37
lines changed

3 files changed

+0
-37
lines changed

src/ExpressMappingStrategy.ts

-20
This file was deleted.

src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { ExpressMappingStrategy } from './ExpressMappingStrategy'
21
import { HttpProblemResponse } from './HttpProblemResponse'
32

43
export {
5-
ExpressMappingStrategy,
64
HttpProblemResponse
75
}

test/ExpressMappingStrategyTests.ts

-15
This file was deleted.

0 commit comments

Comments
 (0)