UNPKG

veritatisdoloremque

Version:
8 lines (7 loc) 311 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>