Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Can we nest testing scenarios? #12

Closed
@outluch

Description

@outluch

Look at example:
Mocha
In Mocha it is

describe('module name', () => {
  describe('when condition', () => {
    it('should de what is expected', () => {
      assert(1,1)
    })
  })
} )

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions