Skip to content

denoland/testing-workshop

Repository files navigation

Deno Testing Workshop

A workshop designed to teach developers how to effectively use Deno's built-in testing capabilities.

Prerequisites

  • Deno installed
  • Basic understanding of TypeScript
  • Familiarity with software testing concepts

Getting Started

  1. Clone this repository:

    git clone https://github.com/denoland/testing-workshop.git
    
  2. Navigate to the project directory:

    cd testing-workshop
    
  3. Start with module 1:

    cd modules/01-basic-tests
    
  4. Follow the instructions in each module's README.md file

Commands

Run all tests:

deno test

Run tests with coverage:

deno test --coverage

Generate coverage report:

deno coverage coverage/

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This workshop is released under the MIT License.

Resources


Happy Testing!

About

A full workshop to run you through testing with Deno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published