README
Create globals for window and document in node.
Install
$ npm install --save fake-dom
Usage
require('fake-dom');
License
MIT © Daniel Husar
Create globals for window and document
<script type="module">
import fakeDom from 'https://cdn.skypack.dev/fake-dom';
</script>
Create globals for window and document in node.
$ npm install --save fake-dom
require('fake-dom');
MIT © Daniel Husar