Skip to content

oliverjam/frontend-testing-jsdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend testing in Node with jsdom

It's quite easy to run tests against a real HTML file loading DOM code from your terminal with Node.

Read more about how this works over on my blog

Run locally

  1. Make sure you have Git and Node 18 installed
  2. Clone this repo
  3. cd into the directory
  4. npm install the dependencies
  5. npm test to run the test

About

Simple frontend testing in Node with jsdom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published