Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ app-utils.test.js
File
app-utils.test.js
build-system/server/test/app-utils.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
test = require(
'ava'
);
2
const
{replaceUrls, toInaboxDocument} = require(
'../app-utils'
);
3
4
test(
'replaceUrls("minified", ...)'
,
async
(t) => {
Callers
nothing calls this directly
Calls
4
toInaboxDocument
Function · 0.85
is
Method · 0.80
test
Function · 0.50
replaceUrls
Function · 0.50
Tested by
no test coverage detected