git.delta.rocks / unique-network / refs/commits / f16741ce847b

difftreelog

fix eslint

Daniel Shiposha2022-08-10parent: #d02d6e8.patch.diff
in: master

33 files changed

modifiedtests/src/approve.test.tsdiffbeforeafterboth
33 transferFromExpectSuccess,33 transferFromExpectSuccess,
34 transferFromExpectFail,34 transferFromExpectFail,
35 requirePallets,35 requirePallets,
36 Pallets36 Pallets,
37} from './util/helpers';37} from './util/helpers';
3838
39chai.use(chaiAsPromised);39chai.use(chaiAsPromised);
modifiedtests/src/burnItem.test.tsdiffbeforeafterboth
26 setCollectionLimitsExpectSuccess,26 setCollectionLimitsExpectSuccess,
27 isTokenExists,27 isTokenExists,
28 requirePallets,28 requirePallets,
29 Pallets29 Pallets,
30} from './util/helpers';30} from './util/helpers';
3131
32import chai from 'chai';32import chai from 'chai';
modifiedtests/src/confirmSponsorship.test.tsdiffbeforeafterboth
34 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';
4040
modifiedtests/src/createItem.test.tsdiffbeforeafterboth
30 normalizeAccountId,30 normalizeAccountId,
31 getCreateItemResult,31 getCreateItemResult,
32 requirePallets,32 requirePallets,
33 Pallets33 Pallets,
34} from './util/helpers';34} from './util/helpers';
3535
36const expect = chai.expect;36const expect = chai.expect;
modifiedtests/src/createMultipleItems.test.tsdiffbeforeafterboth
35 getTokenProperties,35 getTokenProperties,
36 requirePallets,36 requirePallets,
37 Pallets,37 Pallets,
38 checkPalletsPresence38 checkPalletsPresence,
39} from './util/helpers';39} from './util/helpers';
4040
41chai.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();
418418
419 let types = ['NFT', 'Fungible'];419 const types = ['NFT', 'Fungible'];
420420
421 if (await checkPalletsPresence([Pallets.ReFungible])) {421 if (await checkPalletsPresence([Pallets.ReFungible])) {
422 types.push('ReFungible');422 types.push('ReFungible');
modifiedtests/src/destroyCollection.test.tsdiffbeforeafterboth
26 getCreatedCollectionCount,26 getCreatedCollectionCount,
27 createItemExpectSuccess,27 createItemExpectSuccess,
28 requirePallets,28 requirePallets,
29 Pallets29 Pallets,
30} from './util/helpers';30} from './util/helpers';
3131
32chai.use(chaiAsPromised);32chai.use(chaiAsPromised);
modifiedtests/src/limits.test.tsdiffbeforeafterboth
28 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';
3434
modifiedtests/src/nesting/nest.test.tsdiffbeforeafterboth
18 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';
2424
modifiedtests/src/nesting/properties.test.tsdiffbeforeafterboth
9 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';
modifiedtests/src/nesting/unnest.test.tsdiffbeforeafterboth
11 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';
1717
modifiedtests/src/nextSponsoring.test.tsdiffbeforeafterboth
28 normalizeAccountId,28 normalizeAccountId,
29 getNextSponsored,29 getNextSponsored,
30 requirePallets,30 requirePallets,
31 Pallets31 Pallets,
32} from './util/helpers';32} from './util/helpers';
3333
34chai.use(chaiAsPromised);34chai.use(chaiAsPromised);
modifiedtests/src/refungible.test.tsdiffbeforeafterboth
38 getDestroyItemsResult,38 getDestroyItemsResult,
39 getModuleNames,39 getModuleNames,
40 Pallets,40 Pallets,
41 requirePallets41 requirePallets,
42} from './util/helpers';42} from './util/helpers';
4343
44import chai from 'chai';44import chai from 'chai';
modifiedtests/src/rmrk/acceptNft.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/addResource.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/addTheme.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/burnNft.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/changeCollectionIssuer.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/createBase.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/deleteCollection.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/getOwnedNfts.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/lockCollection.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/mintNft.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/rejectNft.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/removeResource.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/sendNft.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/setCollectionProperty.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/setEquippableList.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/setNftProperty.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/rmrk/setResourcePriorities.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/setCollectionSponsor.test.tsdiffbeforeafterboth
24 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';
3030
modifiedtests/src/transfer.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/transferFrom.test.tsdiffbeforeafterboth
32 setCollectionLimitsExpectSuccess,32 setCollectionLimitsExpectSuccess,
33 getCreatedCollectionCount,33 getCreatedCollectionCount,
34 requirePallets,34 requirePallets,
35 Pallets35 Pallets,
36} from './util/helpers';36} from './util/helpers';
3737
38chai.use(chaiAsPromised);38chai.use(chaiAsPromised);
modifiedtests/src/util/helpers.tsdiffbeforeafterboth

no syntactic changes