Skip to content

Commit

Permalink
Merge pull request #88 from nicolas-chaulet/jordanshatford-feat/combi…
Browse files Browse the repository at this point in the history
…ne-reading-spec-from-url

chore(utils): remove readspec method
  • Loading branch information
mrlubos authored Mar 19, 2024
2 parents 61bb923 + c49a223 commit a9090c8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 76 deletions.
13 changes: 0 additions & 13 deletions src/utils/readSpec.ts

This file was deleted.

20 changes: 0 additions & 20 deletions src/utils/readSpecFromDisk.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/utils/readSpecFromHttp.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/utils/readSpecFromHttps.ts

This file was deleted.

2 changes: 1 addition & 1 deletion test/e2e/scripts/server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Server } from 'node:http';
import path from 'node:path';

import express, { Express } from 'express';
import { Server } from 'http';

let _app: Express;
let _server: Server;
Expand Down

0 comments on commit a9090c8

Please sign in to comment.