Skip to content

Commit cf95ea1

Browse files
committed
Remove extraneous .only
1 parent 6697ab9 commit cf95ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)