Algorand TypeScript Testing
    Preparing search index...

    Interface ExpectObj

    interface ExpectObj {
        addEqualityTesters: (testers: Tester[]) => void;
    }
    Index

    Properties

    addEqualityTesters: (testers: Tester[]) => void