mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-12 08:51:13 +00:00
Bump dev (w/ eslint config updates) (#3386)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"@polkadot/util": "^12.2.1",
|
||||
"@polkadot/util-crypto": "^12.2.1",
|
||||
"@polkadot/x-fetch": "^12.2.1",
|
||||
"tslib": "^2.5.1"
|
||||
"tslib": "^2.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
|
||||
@@ -28,6 +28,8 @@ describe('added addresses', (): void => {
|
||||
})
|
||||
.filter(([, addrs]) => addrs.length);
|
||||
|
||||
expect(true).toBe(true);
|
||||
|
||||
if (invalids.length) {
|
||||
throw new Error(`Invalid ss58 checksum addresses found: ${invalids.map(([url, addrs]) => `\n\t${url}: ${addrs.join(', ')}`).join('')}`);
|
||||
}
|
||||
|
||||
@@ -77,6 +77,8 @@ describe('crosscheck', (): void => {
|
||||
console.log('CryptoScamDb found\n', JSON.stringify(filtered, null, 2));
|
||||
console.log('CryptoScamDb missing\n', JSON.stringify(missing, null, 2));
|
||||
|
||||
expect(true).toBe(true);
|
||||
|
||||
assertAndLog(missing.length === 0, 'CryptoScamDB', missing);
|
||||
|
||||
errors--;
|
||||
@@ -92,6 +94,8 @@ describe('crosscheck', (): void => {
|
||||
console.log('eth-phishing-detect found\n', JSON.stringify(filtered, null, 2));
|
||||
console.log('eth-phishing-detect missing\n', JSON.stringify(missing, null, 2));
|
||||
|
||||
expect(true).toBe(true);
|
||||
|
||||
assertAndLog(missing.length === 0, 'eth-phishing-detect', missing);
|
||||
|
||||
errors--;
|
||||
|
||||
Reference in New Issue
Block a user