]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tests/utils/miscs/stubs.ts
Add compatibility with other Linked Signature algorithms
[github/Chocobozzz/PeerTube.git] / server / tests / utils / miscs / stubs.ts
1 function buildRequestStub (): any {
2 return { }
3 }
4
5 function buildResponseStub (): any {
6 return {
7 locals: {}
8 }
9 }
10
11 export {
12 buildResponseStub,
13 buildRequestStub
14 }