Fixed tests.

This commit is contained in:
SamTV12345 2024-02-05 20:40:03 +01:00
parent 1f43bf599b
commit dfef1e7784
7 changed files with 7 additions and 6 deletions

View file

@ -3,7 +3,7 @@
import {ArgsExpressType} from "../../types/ArgsExpressType";
import {ErrorCaused} from "../../types/ErrorCaused";
import stats from '../../stats';
const stats = require('../stats')
exports.expressCreateServer = (hook_name:string, args: ArgsExpressType, cb:Function) => {
exports.app = args.app;