Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLOBAL is going away, use global instead #249

Closed
ChALkeR opened this issue Feb 8, 2016 · 0 comments
Closed

GLOBAL is going away, use global instead #249

ChALkeR opened this issue Feb 8, 2016 · 0 comments

Comments

@ChALkeR
Copy link

ChALkeR commented Feb 8, 2016

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.

@luin luin closed this as completed in 7e46cd2 Feb 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant