mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
e7271f4b92
Update browser-ui-test version This update add the support for expressions, so we can now do this: ``` assert: 1 > 2 && ["a"] != ["b", "c"] ``` It also improved commands naming and updated puppeteer version. r? `@notriddle`