mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 10:34:35 +08:00
Chore: update domain alive check [skip ci]
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
import { describe, it } from 'mocha';
|
||||
|
||||
import { isDomainAlive } from './is-domain-alive';
|
||||
import { expect } from 'expect';
|
||||
|
||||
describe('isDomainAlive', function () {
|
||||
this.timeout(10000);
|
||||
|
||||
it('samsungcloudsolution.net', async () => {
|
||||
expect((await isDomainAlive('samsungcloudsolution.net', true))).toEqual(false);
|
||||
});
|
||||
|
||||
it('ecdasoin.it', async () => {
|
||||
expect((await isDomainAlive('.ecdasoin.it', true))).toEqual(false);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user