diplodoc-platform / tabs-extension

MIT License
2 stars 4 forks source link

fix: remove jsdom and use jest jsdom environment #34

Closed Kyzyl-ool closed 7 months ago

Kyzyl-ool commented 7 months ago

The reason of long going tests was the most probably the using of jsdom library.

Personally, with jest cache revalidation, it reduced runtime tests duration from 50 sec to 7 sec.