mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Feat: update phishing domain threshold
This commit is contained in:
10
Build/lib/get-phishing-domains.test.ts
Normal file
10
Build/lib/get-phishing-domains.test.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// eslint-disable-next-line import-x/no-unresolved -- bun
|
||||
import { describe, expect, it } from 'bun:test';
|
||||
|
||||
import { calcDomainAbuseScore } from './get-phishing-domains';
|
||||
|
||||
describe('sortDomains', () => {
|
||||
it('nmdj.pl', () => {
|
||||
console.log(calcDomainAbuseScore('.01462ccca801fed55370d79231c876e5.nmdj.pl'));
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user