mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Test: drop bun:test, replace w/ mocha and chai
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// eslint-disable-next-line import-x/no-unresolved -- bun
|
||||
import { describe, it } from 'bun:test';
|
||||
import { describe, it } from 'mocha';
|
||||
|
||||
import { calcDomainAbuseScore } from './get-phishing-domains';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user