Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
blendb
blendb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • C3SL
  • blendbblendb
  • Issues
  • #13

Closed
Open
Opened Apr 26, 2017 by Lucas Fernandes de Oliveira@lfoliveiraDeveloper
  • Report abuse
  • New issue
Report abuse New issue

BUG: Testes feitos incorretamente

Aparentemente a linha

expect(optimalView.childViews.length === 1)

se o valor for falso não é o suficiente para falhar um test e o ideal seria

expect(optimalView.childViews.length === 1).to.be.true

ou

expect(optimalView.childViews).to.have.length(1)

Subistituir os testes incorretos e corrigir suas falhas caso falhem

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: c3sl/blendb#13