testomatio / check-tests

GitHub action with static analysis for JavaScript tests.
https://testomat.io
21 stars 7 forks source link

test.describe.only prevents tests from being imported #165

Open ISalted opened 4 months ago

ISalted commented 4 months ago

test.describe.only doesn't handle, and import returns an error: TypeError: Cannot read properties of undefined (reading 'object')

image