Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ionic-team/ionic-framework
/ util.spec.ts
File
util.spec.ts
core/src/components/popover/test/util.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ isTriggerElement, getIndexOfItem, getNextItem, getPrevItem } from
'../utils'
;
2
3
describe(
'isTriggerElement'
, () => {
4
it(
'should return true is element is a trigger'
, () => {
Callers
nothing calls this directly
Calls
5
isTriggerElement
Function · 0.90
getIndexOfItem
Function · 0.90
getNextItem
Function · 0.90
getPrevItem
Function · 0.90
createArrayOfElements
Function · 0.85
Tested by
no test coverage detected