MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / afterAll

Function afterAll

src/test/unittests.ts:62–70  ·  view source on GitHub ↗
(this: Mocha.Context)

Source from the content-addressed store, hash-verified

60
61export const mochaHooks = {
62 async afterAll(this: Mocha.Context) {
63 this.timeout(30000);
64 // Also output the nyc coverage if we have any
65 const nyc = await nycPromise;
66 if (nyc) {
67 nyc.writeCoverageFile();
68 return nyc.report();
69 }
70 }
71};
72
73initialize();

Callers

nothing calls this directly

Calls 1

reportMethod · 0.65

Tested by

no test coverage detected