Node TAP
    Preparing search index...

    Variable testdir

    testdir: (content?: FixtureDirContent) => string

    Type Declaration

      • (content?: FixtureDirContent): string
      • Create a test directory, optionally filling it up with contents

        The testdir will be automatically deleted at the end of the test.

        To not delete the directory after the test, use the saveFixture: true option when creating the test, or specify --save-fixture on the command line or in the tap configuration.

        Parameters

        Returns string