UNPKG

voluptasmollitia

Version:
9 lines (8 loc) 336 B
<!DOCTYPE html> <!-- type=module makes browers treat it as an ES6 module and enforces strict mode. This helps catch some errors in the test (e.g. extending frozen objects or accidentally creating global variables). --> <script type="module" src="dist/bundle.js"></script> <h1>Compatibility layer tests</h1> <div id="ui-root"></div>