4c928d28543b18eec14334e217fc24df8b598065
mergeTests in test fixture declarations (#138)
Normally, one can find the documentation on a playwright test fixture by finding its declaration (i.e., you can ctrl-click on the fixture name and find its documentaion). However, `mergeTests` re-declares the type, making it much harder to find the documentation on a given fixture. It's easy enough to avoid `mergeTests`: we just structure our `test.extend` calls as a strict hieirarchy.
Description
Discord-esk element clone