generate new test that did already exist & update all module snippets with declaration
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
module.exports = () => {
|
||||
module.exports = httpsRedirect = () => {
|
||||
if (location.protocol !== 'https:') location.replace('https://' + location.href.split('//')[1]);
|
||||
};
|
||||
Reference in New Issue
Block a user