MapColonies Authentication
    Preparing search index...

    Options regarding tests while creating a bundle

    interface TestOptions {
        coverage?: number;
        enable: boolean;
    }
    Index

    Properties

    Properties

    coverage?: number

    The coverage threshold for the tests. If undefined coverage won't be calculated

    enable: boolean

    Should test be ran in the creation process