Skip to content

Commit

Permalink
Merge pull request #204 from algorandfoundation/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/all-c6b572903f

chore(deps): bump the all group with 10 updates
  • Loading branch information
robdmoore authored Jan 21, 2024
2 parents 4d7a198 + ca16027 commit b2a91a2
Show file tree
Hide file tree
Showing 9 changed files with 261 additions and 176 deletions.
16 changes: 11 additions & 5 deletions docs/code/classes/types_logic_error.LogicError.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Error.message

#### Defined in

node_modules/typescript/lib/lib.es5.d.ts:1068
node_modules/typescript/lib/lib.es5.d.ts:1076

___

Expand All @@ -109,7 +109,7 @@ Error.name

#### Defined in

node_modules/typescript/lib/lib.es5.d.ts:1067
node_modules/typescript/lib/lib.es5.d.ts:1075

___

Expand Down Expand Up @@ -151,6 +151,12 @@ ___

`Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`

Optional override for formatting stack traces

**`See`**

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

#### Type declaration

▸ (`err`, `stackTraces`): `any`
Expand Down Expand Up @@ -231,9 +237,9 @@ Takes an error message and parses out the details of any logic errors in there.

#### Parameters

| Name | Type |
| :------ | :------ |
| `error` | `any` |
| Name | Type | Description |
| :------ | :------ | :------ |
| `error` | `any` | The error message to parse |

#### Returns

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

**afterEach**: () => `void`

Testing framework agnostic handler method to run after each test to reset the logger.

#### Type declaration

▸ (): `void`
Expand All @@ -41,6 +43,8 @@ ___

**beforeEach**: () => `void`

Testing framework agnostic handler method to run before each test to prepare the `testLogger` for that test.

#### Type declaration

▸ (): `void`
Expand Down
2 changes: 2 additions & 0 deletions docs/code/interfaces/types_testing.AlgorandFixture.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ An Algorand automated testing fixture

**beforeEach**: () => `Promise`\<`void`\>

Testing framework agnostic handler method to run before each test to prepare the `context` for that test.

#### Type declaration

▸ (): `Promise`\<`void`\>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ ___

**generateAccount**: (`params`: [`GetTestAccountParams`](types_testing.GetTestAccountParams.md)) => `Promise`\<`default`\>

Generate and fund an additional ephemerally created account

#### Type declaration

▸ (`params`): `Promise`\<`default`\>
Expand Down Expand Up @@ -111,6 +113,8 @@ ___

**waitForIndexer**: () => `Promise`\<`void`\>

Wait for the indexer to catch up with all transactions logged by `transactionLogger`

#### Type declaration

▸ (): `Promise`\<`void`\>
Expand All @@ -131,6 +135,8 @@ ___

**waitForIndexerTransaction**: (`transactionId`: `string`) => `Promise`\<[`TransactionLookupResult`](types_indexer.TransactionLookupResult.md)\>

Wait for the indexer to catch up with the given transaction ID

#### Type declaration

▸ (`transactionId`): `Promise`\<[`TransactionLookupResult`](types_indexer.TransactionLookupResult.md)\>
Expand Down
4 changes: 2 additions & 2 deletions docs/code/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ A transaction signer

#### Defined in

[src/transaction.ts:110](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/transaction.ts#L110)
[src/transaction.ts:152](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/transaction.ts#L152)

___

Expand Down Expand Up @@ -1939,7 +1939,7 @@ Looks up an account by address using Indexer.

| Name | Type | Description |
| :------ | :------ | :------ |
| `accountAddress` | `string` | - |
| `accountAddress` | `string` | The address of the account to look up |
| `indexer` | `default` | An indexer client |

#### Returns
Expand Down
Loading

0 comments on commit b2a91a2

Please sign in to comment.