haraldkubota / userscripts-jest

Using userscripts with Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Front-End JS with Jest

TDD is especially useful for JavaScript since it's easy to make type errors, but getting CommomJS, ES6 modules, Jest and Node.js is not always easy.

Here are few simple examples to start.

About

Using userscripts with Jest

License:MIT License


Languages

Language:JavaScript 74.9%Language:HTML 25.1%