Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 6c6a163

Browse files
committed
fixed test issues
1 parent a43586e commit 6c6a163

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
public/
55
test-projects/
66
/docs
7+
coverage

lib/plugins/config/lib/tests/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
'use strict';
22

33
const expect = require('chai').expect;
4-
const Config = require('../');
54

65
module.exports = (sqz) => {
7-
const config = new Config(sqz);
86
describe('sqz.tasks.config.set()', () => {
97
it('should set a key', () => {
108
sqz.config.set('testSetting', 'hello');

0 commit comments

Comments
 (0)