Skip to content

Passing dnodeOpts to disable the weak module #15

@ghost

Description

im trying to disable the weak module with the following

var phantom = require('x-ray-phantom');
var x = require('x-ray')();

var options = {
    dnodeOpts: {
        weak: false
    }
};

x.driver(phantom(options));

I keep getting an

Error: Cannot find module 'weak'

I'm going to assume I'm passing the option incorrectly?

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