Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicMirrorOrg/MagicMirror
/ translator_spec.js
File
translator_spec.js
tests/unit/classes/translator_spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
"node:fs"
);
2
const
path = require(
"node:path"
);
3
const
helmet = require(
"helmet"
);
4
const
{ JSDOM } = require(
"jsdom"
);
Callers
nothing calls this directly
Calls
5
setTranslations
Function · 0.85
parse
Method · 0.80
add
Method · 0.80
translate
Method · 0.80
createTranslationTestEnvironment
Function · 0.70
Tested by
no test coverage detected