Przeglądaj źródła

Removed old style chai function assertion.

Szymon Kupś 9 lat temu
rodzic
commit
f21f28cc63
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 	} );
 } );