Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Review #1066

@oldoc63

Description

@oldoc63

Review

You learned to:

  • Install Mocha with npm
  • Organize test with describe() and it()
  • Ensure your test are isolated and expressive with the four phases of a test
  • Ensure your test are reliable with hooks
  • Write assertions with assert.ok()

As you continue to write tests, remember to always evaluate them against the characteristics of a good test: fast, complete, reliable, isolated, maintainable, and expressive. If you are meeting these six criteria, you are creating high quality test frameworks!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions