Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ deserializeSuite
Function
deserializeSuite
lib/mocha/suite.js:71–75 ·
view source on GitHub ↗
(suite)
Source
from the content-addressed store, hash-verified
69
}
70
71
function
deserializeSuite(suite) {
72
suite = Object.assign(
new
MochaSuite(suite.title), suite)
73
enhanceMochaSuite(suite)
74
return
suite
75
}
76
77
export
{
78
createSuite,
Callers
2
_listenWorkerEvents
Method · 0.90
screenshotOnFail_test.js
File · 0.90
Calls
1
enhanceMochaSuite
Function · 0.85
Tested by
no test coverage detected