Skip to content

Commit

Permalink
algokit.Config.configure({ populateAppCallResources: true })
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Feb 21, 2024
1 parent c4c9566 commit 6f69901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template_content/__test__/{{ project_name }}.test.ts.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { algorandFixture } from '@algorandfoundation/algokit-utils/testing';
import { {{ camel_case_name }}Client } from '../contracts/clients/{{ camel_case_name }}Client';

const fixture = algorandFixture();
algokit.Config.configure({ populateAppCallResources: true });

let appClient: {{ camel_case_name }}Client;

Expand Down

0 comments on commit 6f69901

Please sign in to comment.