https://mochajs.org/example/tests  In the browser console, we get: ```plaintext Uncaught SyntaxError: Unexpected token 'export' tests:28 Uncaught ReferenceError: chai is not defined at tests:28:13 ``` Looks like this is from `https://unpkg.com/chai/chai.js` bringing in the latest Chai versions that only support ESM.