UNPKG

react-document-meta

Version:

Declarative, nested and stateful HTML document meta tags for React

16 lines (12 loc) 296 B
'use strict'; (function () { if (typeof document !== 'undefined') { return; } var jsdom = require('jsdom').jsdom; global.document = jsdom('<html><head></head><body></body></html>'); global.window = document.defaultView; global.navigator = { userAgent: 'node.js' }; })();