浏览代码

Removed old style chai function assertion.

Szymon Kupś 9 年之前
父节点
当前提交
f21f28cc63
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/editorconfig.js

+ 1 - 1
tests/editorconfig.js

@@ -36,6 +36,6 @@ describe( 'get', () => {
 	} );
 
 	it( 'should return undefined for non existing configuration', () => {
-		expect( config.get( 'invalid' ) ).to.be.undefined();
+		expect( config.get( 'invalid' ) ).to.be.undefined;
 	} );
 } );