Closed marvinhagemeister closed 2 years ago
When a file contains multiple dots like foo.test.js we'd treat everything after the first dot as an extension as opposed to everything after the last dot.
foo.test.js
This is a regression introduced in #49 which I missed during my review.
Going to go ahead and merge this myself since the fix is trivial.
When a file contains multiple dots like
foo.test.js
we'd treat everything after the first dot as an extension as opposed to everything after the last dot.This is a regression introduced in #49 which I missed during my review.