Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 333 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 333 Bytes

Data Driven Testing with Jest

This repo was create using:

node -v
v14.16.0

Instalation

npm install

Run

npm test

Examples

/spec/example1.spec.js

Example using external data files that reside /data/groups.

/spec/example2.spec.js

Example using object defined on the spec file.