Untitled
Anonymous
javascript
05/10/2024 9:31 AM
172 B
13
Indexable
const test=()=>{
let role=null;
before(()=>{
role=detectRole('admin')
})
if(role){
it('test dropdown',()=>{
// testing
})
}
}
}Editor is loading...
Leave a Comment
const test=()=>{
let role=null;
before(()=>{
role=detectRole('admin')
})
if(role){
it('test dropdown',()=>{
// testing
})
}
}
}