Skip to content

Commit

Permalink
Fix TS test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Jan 30, 2025
1 parent f5ce413 commit 62b8544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gasket-typescript-tests/test/plugin-https.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ describe('@gasket/plugin-https', () => {
local: {
https: {
port: 8443,
root: '/some/root/path',
key: '/some/key/path.key',
cert: [
'./some/cert/path.crt',
Expand All @@ -50,6 +51,7 @@ describe('@gasket/plugin-https', () => {
environments: {
local: {
http2: {
root: '/some/root/path',
port: 8443,
key: '/some/key/path.key',
cert: [
Expand Down

0 comments on commit 62b8544

Please sign in to comment.