google / comprehensive-rust

This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
https://google.github.io/comprehensive-rust/
Apache License 2.0
27.96k stars 1.67k forks source link

JavaScript tests #2462

Open mgeisler opened 1 week ago

mgeisler commented 1 week ago

Today, we don't have any tests for the JavaScript code found in

This has caused bugs in the past (the playgrounds disappeared at some point) and it makes it hard to upgrade mdbook (because we need to merge in changes to book.js manually).

It would be very helpful to have tests for these files. This should be something we can run on the command line in GitHub CI. I think we need something which