Untitled
unknown
javascript
2 years ago
128 B
6
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
})
}
}
}