Skip to content

process.env.DRIP_COV #3

@santomegonzalo

Description

@santomegonzalo

Hello, I'm running Electron with WebPack, and they are using DRIP. The problem that I'm having is this one...
With web pack I could define this process.env.DRIP_COV to false, and that works for electron process.env.ELECTRON_COV and process.env.concat_COV but didnt work for DRIP. and I just found the only different is this one

drip

module.exports = (process && process.env && process.env.DRIP_COV)

electron

module.exports = process.env.ELECTRON_COV

When i remove "process && process.env &&" everything works perfect.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions