thiagopaiva99 / testing-framework

Create a testing framework similar to Jest (Study purposes)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Framework

All Contributors

This repository was made on a studies group with the purpose of create a testing framework similar to Jest.

Already done

  • test;
  • describe;
  • expect;
  • toBe;
  • not;

Todo

  • toBeTruthy
  • toBeFalsy
  • beforeEach
  • afterEach
  • mock
  • spy
  • toHaveBeenCalled

Running

Running tests

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Thiago Galvani

💻 ⚠️

adrianlemess

💻 ⚠️

Matheus Streb Vieira

💻 ⚠️

Matheus Michels

💻 ⚠️

lucasvalenteds

💻 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Create a testing framework similar to Jest (Study purposes)


Languages

Language:JavaScript 100.0%