gulp-bem / gulp-bem-src

DEPRECATED repository, moved to https://github.com/bem/gulp-bem/tree/master/packages/gulp-bem-src
7 stars 0 forks source link

harvest bug #18

Closed Yeti-or closed 7 years ago

Yeti-or commented 7 years ago
      AssertionError: expected [ Array(4) ] to deeply equal [ Array(2) ]
      + expected - actual

       [
         {
           "entity": "[object BemEntityName:b1]"
      -    "level": "l1"
      -    "path": "l1/b1/b1.js"
      -    "tech": "js"
      -  }
      -  {
      -    "entity": "[object BemEntityName:b1]"
           "level": "l2"
           "path": "l2/b1/b1.vanilla.js"
           "tech": "vanilla.js"
         }
         {
           "entity": "[object BemEntityName:b1]"
      -    "level": "l3"
      -    "path": "l3/b1/b1.js"
      -    "tech": "js"
      -  }
      -  {
      -    "entity": "[object BemEntityName:b1]"
           "level": "l4"
           "path": "l4/b1/b1.vanilla.js"
           "tech": "vanilla.js"
         }

@zxqfox I think this is bug

qfox commented 7 years ago

Fixed it, ty!