BREAKING CHANGE(build): Upgrade dependencies and dev tooling; adjust TypeScript config
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as plugins from "./plugins.js";
|
||||
import * as paths from "./paths.js";
|
||||
import * as interfaces from "../ts_shared/interfaces/index.js";
|
||||
import { expect, tap } from "@push.rocks/tapbundle";
|
||||
import { expect, tap } from "@git.zone/tstest/tapbundle";
|
||||
import * as deesDocumentServer from "../ts/index.js";
|
||||
|
||||
let testPdfServiceInstance: deesDocumentServer.PdfService;
|
||||
@@ -226,4 +226,4 @@ tap.test("should stop the service", async () => {
|
||||
await testPdfServiceInstance.stop();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
||||
Reference in New Issue
Block a user