feat: Adds ability to edit out webhook URL of API Channel (#3013)
This commit is contained in:
parent
15aaa8883c
commit
1761bec615
4 changed files with 54 additions and 3 deletions
|
@ -0,0 +1,7 @@
|
|||
import { shouldBeUrl } from '../Validators';
|
||||
|
||||
describe('#shouldBeUrl', () => {
|
||||
it('should return correct url', () => {
|
||||
expect(shouldBeUrl('http')).toEqual(true);
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue