mirror of https://github.com/boa-dev/boa.git
Browse Source
`boa_tester` wasn't deserializing `SpecEdition` correcly. This was because the attribute `serde(untagged)` just removes the u8 tag instead of trying to deserialize as a number. This PR fixes this using the `serde_repr` crate. This needs #2763 to be merged for it to pass CI.pull/2679/head
José Julián Espina
2 years ago
3 changed files with 17 additions and 4 deletions
Loading…
Reference in new issue