UNPKG

d2-ui

Version:
9 lines (8 loc) 230 B
if (typeof process === 'object') { // Initialize node environment global.expect = require('chai').expect require('mocha-jsdom')() } else { window.expect = window.chai.expect window.require = function () { /* noop */ } }