Skip to content

Commit

Permalink
fixed test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nickchisiu committed Jun 27, 2017
1 parent a43586e commit 6c6a163
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
public/
test-projects/
/docs
coverage
2 changes: 0 additions & 2 deletions lib/plugins/config/lib/tests/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
'use strict';

const expect = require('chai').expect;
const Config = require('../');

module.exports = (sqz) => {
const config = new Config(sqz);
describe('sqz.tasks.config.set()', () => {
it('should set a key', () => {
sqz.config.set('testSetting', 'hello');
Expand Down

0 comments on commit 6c6a163

Please sign in to comment.