mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Fix: workaround normalize domain
This commit is contained in:
9
Build/lib/normalize-domain.test.ts
Normal file
9
Build/lib/normalize-domain.test.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { describe, it } from 'mocha';
|
||||
|
||||
import { normalizeDomain } from './normalize-domain';
|
||||
|
||||
describe('normalizeDomain', () => {
|
||||
it('mine.torrent.pw', () => {
|
||||
console.log(normalizeDomain('mine.torrent.pw'));
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user