File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ describe('app', () => {
5353 //
5454 // #2: Creating repeated instances of testrpc hits the container memory limit on
5555 // CI so these tests are disabled for that context
56- it . only ( 'config with testrpc options string: should generate coverage, cleanup & exit(0)' , ( ) => {
56+ it ( 'config with testrpc options string: should generate coverage, cleanup & exit(0)' , ( ) => {
5757 if ( ! process . env . CI ) {
5858 const privateKey = '0x3af46c9ac38ee1f01b05f9915080133f644bf57443f504d339082cb5285ccae4' ;
5959 const balance = '0xfffffffffffffff' ;
@@ -237,7 +237,7 @@ describe('app', () => {
237237 collectGarbage ( ) ;
238238 } ) ;
239239
240- it . only ( 'testrpc-sc signs and recovers messages correctly' , ( ) => {
240+ it ( 'testrpc-sc signs and recovers messages correctly' , ( ) => {
241241 // sign.js signs and recovers
242242 mock . install ( 'Simple.sol' , 'sign.js' , config ) ;
243243 shell . exec ( script ) ;
You can’t perform that action at this time.
0 commit comments