Skip to content

Commit

Permalink
import algokit
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Feb 22, 2024
1 parent 6f69901 commit bca0bf0
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 @@ -2,6 +2,7 @@
import { describe, test, expect, beforeAll, beforeEach } from '@jest/globals';
import { algorandFixture } from '@algorandfoundation/algokit-utils/testing';
import { {{ camel_case_name }}Client } from '../contracts/clients/{{ camel_case_name }}Client';
import * as algokit from '@algorandfoundation/algokit-utils';

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

0 comments on commit bca0bf0

Please sign in to comment.