Sfoglia il codice sorgente

Removed old style chai function assertion.

Szymon Kupś 9 anni fa
parent
commit
f21f28cc63
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 	} );
 } );