Procházet zdrojové kódy

Removed old style chai function assertion.

Szymon Kupś před 9 roky
rodič
revize
f21f28cc63
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 	} );
 } );