From 063efbf7125340de6de6fb80e76faead00579957 Mon Sep 17 00:00:00 2001 From: Richard Meijer Date: Tue, 6 Mar 2018 13:53:55 +0100 Subject: [PATCH] removed .only --- src/core/Core.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Core.test.js b/src/core/Core.test.js index f81a311b6..d30839926 100644 --- a/src/core/Core.test.js +++ b/src/core/Core.test.js @@ -1215,7 +1215,7 @@ describe('src/Core', () => { }) describe('default restrictions', () => { - it.only('should be merged with supplied restrictions', () => { + it('should be merged with supplied restrictions', () => { const core = new Core({ restrictions: { maxNumberOfFiles: 3