-
Notifications
You must be signed in to change notification settings - Fork 401
GLOBAL is going away, use global instead #423
Copy link
Copy link
Closed
Description
See nodejs/node#1838.
Your code, as of version 0.4.0:
157374 wd-0.4.0.tgz/test/helpers/skip.js:3:GLOBAL.skip = function () {
157374 wd-0.4.0.tgz/test/helpers/setup.js:99:GLOBAL.should = chai.should();
157374 wd-0.4.0.tgz/test/helpers/setup.js:98:GLOBAL.expect = chai.expect;
157374 wd-0.4.0.tgz/test/helpers/setup.js:97:GLOBAL.AssertionError = chai.AssertionError;
157374 wd-0.4.0.tgz/test/helpers/setup.js:91:GLOBAL.Q = GLOBAL.wd.Q;
157374 wd-0.4.0.tgz/test/helpers/setup.js:84:GLOBAL.prepareJs = function(script) {
157374 wd-0.4.0.tgz/test/helpers/setup.js:7:GLOBAL.uuidLib = require('node-uuid');
157374 wd-0.4.0.tgz/test/helpers/setup.js:76:GLOBAL.sauceJobTitle = function(title) {
157374 wd-0.4.0.tgz/test/helpers/setup.js:63:GLOBAL.mergeDesired = function(desired, extra){
157374 wd-0.4.0.tgz/test/helpers/setup.js:5:GLOBAL.wd = require('../../lib/main');
157374 wd-0.4.0.tgz/test/helpers/setup.js:41:GLOBAL.midwayUrl = function(testSuite, cat, title){
157374 wd-0.4.0.tgz/test/helpers/setup.js:101:GLOBAL.Express = require("./express-helper").Express;
157374 wd-0.4.0.tgz/test/helpers/env.js:4:var env = GLOBAL.env = {};
157374 wd-0.4.0.tgz/test/helpers/env.js:1:GLOBAL._ = require('../../lib/lodash');
There could be other places, better double-check this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels