From 86450ba7d67c3a924f05d01d21138e3e98507de0 Mon Sep 17 00:00:00 2001 From: yasharAyari Date: Tue, 14 Nov 2017 16:17:26 +0100 Subject: [PATCH] Change describe.only to describe --- test/integration/voteDialog/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/voteDialog/index.test.js b/test/integration/voteDialog/index.test.js index de0717651..e08b6d7c9 100644 --- a/test/integration/voteDialog/index.test.js +++ b/test/integration/voteDialog/index.test.js @@ -75,7 +75,7 @@ const peers = { }, }; -describe.only('@integration test of VoteDialog', () => { +describe('@integration test of VoteDialog', () => { let store; let wrapper; let clock;