Skip to content

GLOBAL is going away, use global instead #249

@ChALkeR

Description

@ChALkeR

See nodejs/node#1838.

Your code, as of version 1.14.0:

54087   ioredis-1.14.0.tgz/test/helpers/global.js:9:GLOBAL.MockServer = require('./mock_server');
54087   ioredis-1.14.0.tgz/test/helpers/global.js:8:GLOBAL.Redis = require('../..');
54087   ioredis-1.14.0.tgz/test/helpers/global.js:6:GLOBAL.stub = sinon.stub.bind(sinon);
54087   ioredis-1.14.0.tgz/test/helpers/global.js:3:GLOBAL.expect = require('chai').expect;

There could be other places, better double-check this.

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