Skip to content
Snippets Groups Projects
Commit cde46509 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

:lipstick: Eslint

parent 6a065a16
No related branches found
No related tags found
No related merge requests found
/*jslint node: true */
"use strict";
 
var ioredis = require('../lib/env-ioredis');
Loading
Loading
Loading
Loading
@@ -13,8 +13,8 @@ describe('mailer', function() {
beforeEach(function() {
config = mockConfig({
"mandrill": {
"username" : "admin@troupe.co",
"apiKey" : "p2GT6NcOhCVL_y_OadEdjQ"
"username": "admin@troupe.co",
"apiKey": "p2GT6NcOhCVL_y_OadEdjQ"
}
});
 
Loading
Loading
/* jshint node:true */
"use strict";
 
var events = require("events");
Loading
Loading
/*jslint node: true */
/*global describe:true, it: true, before:false, after:false */
"use strict";
 
var assert = require('assert');
Loading
Loading
/*jslint node: true */
/*global describe:true, it: true */
"use strict";
 
var assert = require('assert');
Loading
Loading
/*jslint node: true */
/*global describe:true, it: true, before:false, after:false */
"use strict";
 
var assert = require('assert');
Loading
Loading
@@ -13,7 +11,7 @@ describe('gitter-stats-client', function() {
 
var config = mockConfig({
stats: {
statsd:{
statsd: {
enabled: true
}
}
Loading
Loading
/*jslint node: true */
/*global describe:true, it: true, before:false, after:false */
"use strict";
 
var assert = require('assert');
describe('gitter-stats', function() {
it('should fire off all the events correctly', function() {
var config = require('../lib/config').create(__dirname + '/config/stats');
Loading
Loading
Loading
Loading
@@ -52,4 +52,4 @@ describe('transform-meta', function() {
});
});
 
});
\ No newline at end of file
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment