Node TAP
    Preparing search index...

    Variable after

    after: (fn: () => any) => void

    Type Declaration

      • (fn: () => any): void
      • Runs the supplied function after the test is completely finished, and before the next test starts.

        Parameters

        • fn: () => any

        Returns void