Skip to content

How to configure it with karma.conf? #47

@eatsjobs

Description

@eatsjobs
browserify: {
            debug: true,
            transform: [
                'babelify',
                ['envify', 'browserify-istanbul', { instrumenter: require('isparta') }]
            ]
        }

I tried somenthing like this but i got an error:
node_modules/karma-browserify/node_modules/browserify/index.js:313 opts._flags = '_flags' in opts ? opts._flags : self._options;Cannot use 'in' operator to search for '_flags' in envify

am i missing some configuration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions