Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ionic-team/ionic-framework
/ testData
Function
testData
packages/angular/test/base/e2e/src/lazy/form.spec.ts:292–296 ·
view source on GitHub ↗
(page: any, data: any)
Source
from the content-addressed store, hash-verified
290
}
291
292
async
function
testData(page: any, data: any) {
293
const
text =
await
page.locator(
'#data'
).textContent();
294
const
value = JSON.parse(text!);
295
expect(value).toEqual(data);
296
}
297
});
Callers
1
form.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected