Browse Source

Mention old name

pull/19/head
Luke Childs 8 years ago
parent
commit
77fe97f010
  1. 2
      README.md

2
README.md

@ -2,6 +2,8 @@
Simulates a global browser environment using [`jsdom`](https://github.com/tmpvar/jsdom).
Previously named `node-browser-environment`.
This allows you to run browser modules in node with minimal or no effort. Can also be used to test browser modules with any node test framework. Please note, only the DOM is simulated, if you want to run a module that requires more advanced browser features (like `localStorage`), you'll need to polyfill that seperately.
> ❗️**Warning**

Loading…
Cancel
Save