mendaomn / yate

:small_blue_diamond: Yet Another Testing Framework (and assertions)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Test Framework (and assertions)

Build Status

Inspired by Kent C. Dodds testing-workshop, I've decided to code my own little test framework, mimicking the Jest API, in order to better understand how things work under the hood.

This project includes:

  • test function
  • expect.toBe and expect.toEqual assertions
  • spy function to create a mocked function

About

:small_blue_diamond: Yet Another Testing Framework (and assertions)

License:MIT License


Languages

Language:JavaScript 100.0%