File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11import * as chai from "chai" ;
2- import * as chaiAsPromised from "chai-as-promised" ;
2+ import chaiAsPromised from "chai-as-promised" ;
33
44chai . use ( chaiAsPromised ) ;
Original file line number Diff line number Diff line change 2222// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323// SOFTWARE.
2424
25- import * as http from "http" ;
26- import * as express from "express" ;
25+ import express from "express" ;
2726import * as fs from "fs/promises" ;
27+ import * as http from "http" ;
2828import * as path from "path" ;
2929import { loadStack } from "../runtime/loader" ;
3030import { stackToWire } from "../runtime/manifest" ;
Original file line number Diff line number Diff line change 88 "outDir" : " lib" ,
99 "stripInternal" : true ,
1010 "target" : " es2019" ,
11- "typeRoots" : [" ./node_modules/@types" ]
11+ "typeRoots" : [" ./node_modules/@types" ],
12+ "esModuleInterop" : true
1213 },
1314 "files" : [
1415 " ./src/types/global.d.ts" ,
You can’t perform that action at this time.
0 commit comments