difftreelog
fix eslint
in: master
33 files changed
tests/src/approve.test.tsdiffbeforeafterboth33 transferFromExpectSuccess,33 transferFromExpectSuccess,34 transferFromExpectFail,34 transferFromExpectFail,35 requirePallets,35 requirePallets,36 Pallets36 Pallets,37} from './util/helpers';37} from './util/helpers';383839chai.use(chaiAsPromised);39chai.use(chaiAsPromised);tests/src/burnItem.test.tsdiffbeforeafterboth26 setCollectionLimitsExpectSuccess,26 setCollectionLimitsExpectSuccess,27 isTokenExists,27 isTokenExists,28 requirePallets,28 requirePallets,29 Pallets29 Pallets,30} from './util/helpers';30} from './util/helpers';313132import chai from 'chai';32import chai from 'chai';tests/src/confirmSponsorship.test.tsdiffbeforeafterboth34 getCreatedCollectionCount,34 getCreatedCollectionCount,35 UNIQUE,35 UNIQUE,36 requirePallets,36 requirePallets,37 Pallets37 Pallets,38} from './util/helpers';38} from './util/helpers';39import {IKeyringPair} from '@polkadot/types/types';39import {IKeyringPair} from '@polkadot/types/types';4040tests/src/createItem.test.tsdiffbeforeafterboth30 normalizeAccountId,30 normalizeAccountId,31 getCreateItemResult,31 getCreateItemResult,32 requirePallets,32 requirePallets,33 Pallets33 Pallets,34} from './util/helpers';34} from './util/helpers';353536const expect = chai.expect;36const expect = chai.expect;tests/src/createMultipleItems.test.tsdiffbeforeafterboth35 getTokenProperties,35 getTokenProperties,36 requirePallets,36 requirePallets,37 Pallets,37 Pallets,38 checkPalletsPresence38 checkPalletsPresence,39} from './util/helpers';39} from './util/helpers';404041chai.use(chaiAsPromised);41chai.use(chaiAsPromised);416 await usingApi(async (api: ApiPromise) => {416 await usingApi(async (api: ApiPromise) => {417 const collectionId = await createCollectionExpectSuccess();417 const collectionId = await createCollectionExpectSuccess();418418419 let types = ['NFT', 'Fungible'];419 const types = ['NFT', 'Fungible'];420420421 if (await checkPalletsPresence([Pallets.ReFungible])) {421 if (await checkPalletsPresence([Pallets.ReFungible])) {422 types.push('ReFungible');422 types.push('ReFungible');tests/src/destroyCollection.test.tsdiffbeforeafterboth26 getCreatedCollectionCount,26 getCreatedCollectionCount,27 createItemExpectSuccess,27 createItemExpectSuccess,28 requirePallets,28 requirePallets,29 Pallets29 Pallets,30} from './util/helpers';30} from './util/helpers';313132chai.use(chaiAsPromised);32chai.use(chaiAsPromised);tests/src/limits.test.tsdiffbeforeafterboth28 getFreeBalance,28 getFreeBalance,29 waitNewBlocks, burnItemExpectSuccess,29 waitNewBlocks, burnItemExpectSuccess,30 requirePallets,30 requirePallets,31 Pallets31 Pallets,32} from './util/helpers';32} from './util/helpers';33import {expect} from 'chai';33import {expect} from 'chai';3434tests/src/nesting/nest.test.tsdiffbeforeafterboth18 transferFromExpectSuccess,18 transferFromExpectSuccess,19 setCollectionLimitsExpectSuccess,19 setCollectionLimitsExpectSuccess,20 requirePallets,20 requirePallets,21 Pallets21 Pallets,22} from '../util/helpers';22} from '../util/helpers';23import {IKeyringPair} from '@polkadot/types/types';23import {IKeyringPair} from '@polkadot/types/types';2424tests/src/nesting/properties.test.tsdiffbeforeafterboth9 getCreateCollectionResult,9 getCreateCollectionResult,10 transferExpectSuccess,10 transferExpectSuccess,11 requirePallets,11 requirePallets,12 Pallets12 Pallets,13} from '../util/helpers';13} from '../util/helpers';14import {IKeyringPair} from '@polkadot/types/types';14import {IKeyringPair} from '@polkadot/types/types';15import {tokenIdToAddress} from '../eth/util/helpers';15import {tokenIdToAddress} from '../eth/util/helpers';tests/src/nesting/unnest.test.tsdiffbeforeafterboth11 transferExpectSuccess,11 transferExpectSuccess,12 transferFromExpectSuccess,12 transferFromExpectSuccess,13 requirePallets,13 requirePallets,14 Pallets14 Pallets,15} from '../util/helpers';15} from '../util/helpers';16import {IKeyringPair} from '@polkadot/types/types';16import {IKeyringPair} from '@polkadot/types/types';1717tests/src/nextSponsoring.test.tsdiffbeforeafterboth28 normalizeAccountId,28 normalizeAccountId,29 getNextSponsored,29 getNextSponsored,30 requirePallets,30 requirePallets,31 Pallets31 Pallets,32} from './util/helpers';32} from './util/helpers';333334chai.use(chaiAsPromised);34chai.use(chaiAsPromised);tests/src/refungible.test.tsdiffbeforeafterboth38 getDestroyItemsResult,38 getDestroyItemsResult,39 getModuleNames,39 getModuleNames,40 Pallets,40 Pallets,41 requirePallets41 requirePallets,42} from './util/helpers';42} from './util/helpers';434344import chai from 'chai';44import chai from 'chai';tests/src/rmrk/acceptNft.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/addResource.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/addTheme.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/burnNft.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/changeCollectionIssuer.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/createBase.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/deleteCollection.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/getOwnedNfts.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/lockCollection.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/mintNft.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/rejectNft.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/removeResource.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/sendNft.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/setCollectionProperty.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/setEquippableList.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/setNftProperty.test.tsdiffbeforeafterbothno syntactic changes
tests/src/rmrk/setResourcePriorities.test.tsdiffbeforeafterbothno syntactic changes
tests/src/setCollectionSponsor.test.tsdiffbeforeafterboth24 addCollectionAdminExpectSuccess,24 addCollectionAdminExpectSuccess,25 getCreatedCollectionCount,25 getCreatedCollectionCount,26 requirePallets,26 requirePallets,27 Pallets27 Pallets,28} from './util/helpers';28} from './util/helpers';29import {IKeyringPair} from '@polkadot/types/types';29import {IKeyringPair} from '@polkadot/types/types';3030tests/src/transfer.test.tsdiffbeforeafterbothno syntactic changes
tests/src/transferFrom.test.tsdiffbeforeafterboth32 setCollectionLimitsExpectSuccess,32 setCollectionLimitsExpectSuccess,33 getCreatedCollectionCount,33 getCreatedCollectionCount,34 requirePallets,34 requirePallets,35 Pallets35 Pallets,36} from './util/helpers';36} from './util/helpers';373738chai.use(chaiAsPromised);38chai.use(chaiAsPromised);tests/src/util/helpers.tsdiffbeforeafterbothno syntactic changes