mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Include updated test file for configurable schema
This commit is contained in:
parent
0166a30e3c
commit
be37a25352
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ describe('utils.generateProxyURL', () => {
|
||||||
const opts = {
|
const opts = {
|
||||||
proxy: {
|
proxy: {
|
||||||
hostname: 'localhost',
|
hostname: 'localhost',
|
||||||
|
scheme: 'https'
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
expect(
|
expect(
|
||||||
|
|
Loading…
Reference in a new issue