2025
Fun with Cypress Fixture Files
January 18, 2025 #javascript #codequality #webdev
aws-jwt-verify uses Conditional exports to support both Node.js and browser environments. The primary unit tests use Jest and run under Node.js, which means the browser imports are not used. This is addressed by also testing with a Vite…