Skip to content

Commit

Permalink
chore(jest): remove unused skipped tests (#5023)
Browse files Browse the repository at this point in the history
  • Loading branch information
drepram authored Sep 26, 2022
1 parent 2a4a93b commit 3848d4c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 650 deletions.
12 changes: 0 additions & 12 deletions libraries/BlockchainClient/BlockchainClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,4 @@ describe('Test BlockchainClient', () => {
expect(result).toBeFalsy()
expect(mockedFunction).toHaveBeenCalled()
})

test.skip('get account but it has been initialized', async () => {
const $BlockchainClient: BlockchainClient = BlockchainClient.getInstance()
$BlockchainClient.initRandom()
// try {
const result = $BlockchainClient.account
expect(result).toBe(true)
// } catch (error) {
// expect(error).toBeInstanceOf(Error)
// expect(error).toHaveProperty('message', `Account is not initialized`)
// }
})
})
24 changes: 0 additions & 24 deletions store/chat/__snapshots__/mutations.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,3 @@
exports[`misc module.default.addFile with empty files array 1`] = `Array []`;

exports[`misc module.default.addFile with existing files array 1`] = `Array []`;

exports[`module.default.addFile 0 1`] = `undefined`;

exports[`module.default.addFile 1 1`] = `undefined`;

exports[`module.default.addFile 2 1`] = `undefined`;

exports[`module.default.addFile 3 1`] = `undefined`;

exports[`module.default.addFile 4 1`] = `undefined`;

exports[`module.default.addFile 5 1`] = `undefined`;

exports[`module.default.deleteFiles 0 1`] = `undefined`;

exports[`module.default.deleteFiles 1 1`] = `undefined`;

exports[`module.default.deleteFiles 2 1`] = `undefined`;

exports[`module.default.deleteFiles 3 1`] = `undefined`;

exports[`module.default.deleteFiles 4 1`] = `undefined`;

exports[`module.default.deleteFiles 5 1`] = `undefined`;
Loading

0 comments on commit 3848d4c

Please sign in to comment.