feat: Adds ability to edit out webhook URL of API Channel (#3013)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { shouldBeUrl } from '../Validators';
|
||||
|
||||
describe('#shouldBeUrl', () => {
|
||||
it('should return correct url', () => {
|
||||
expect(shouldBeUrl('http')).toEqual(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user