chore(lint): Correct linting errors in test files.

This commit is contained in:
Blade Barringer
2015-11-21 09:19:48 -06:00
parent f87d6d250a
commit 85a08f881b
4 changed files with 16 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ gulp.task('lint:tests', () => {
'expect': true,
'_': true,
'sinon': true,
'sandbox': true,
},
plugins: [ 'mocha' ],
};