Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 665 Bytes

lib_model_nodes.md

File metadata and controls

26 lines (16 loc) · 665 Bytes

yerb / Exports / lib/model/nodes

Module: lib/model/nodes

Test and Suite data structures.

A SuiteNode can have 0 or more children. Each child node can be a Suite or Test.

A Test is a leaf node, and does not have children.

A Suite represents a describe() block. A Test represents an it() block.

Table of contents

Enumerations

Classes