Untitled

 avatar
unknown
javascript
a year ago
128 B
3
Indexable
const test=()=>{
let role=null;
before(()=>{
role=detectRole('admin')
})

if(role){
it('test dropdown',()=>{
// testing
})
}
}
}
Editor is loading...
Leave a Comment