Browse Source

Merge pull request #685 from richmeij/master

removed .only from Core tests
Artur Paikin 7 years ago
parent
commit
83ad112913
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Core.test.js

+ 1 - 1
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