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.
Releases
4
discordstyle-roomlist
Latest
Languages
TypeScript
93.8%
CSS
4.6%
JavaScript
0.7%
HTML
0.6%