Add DOT/KSM/CKB logos (#653)

* Add DOT/KSM/CKB logos

* remove number check
This commit is contained in:
hewig 2019-11-18 09:25:35 +08:00 committed by GitHub
parent f51461e7ac
commit 771a213a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -49,11 +49,6 @@ describe("Check repository root dir", () => {
describe(`Test "blockchains" folder`, () => {
const foundChains = readDirSync(chainsFolderPath)
test("Check number of existing chains", () => {
const supportedChains = 65
expect(supportedChains).toBe(foundChains.length)
})
test(`Chain should have "logo.png" image`, () => {
foundChains.forEach(chain => {
const chainLogoPath = getChainLogoPath(chain)