@tigerface/lwc-test-utils
    Preparing search index...

    Class TestUtils

    A class for generic test utility methods

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Return a promise to wait for any asynchronous DOM updates. Jest will automatically wait for the Promise chain to complete before ending the test and fail the test if the promise rejects.

      Returns Promise<any>

       await TestUtils.flushPromises();