Files
backstage/.changeset/great-pots-fetch.md
T
Patrik Oldsberg 217547ae51 cli: fix test file matching
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-13 17:23:59 +01:00

282 B

@backstage/cli
@backstage/cli
minor

BREAKING: The provided Jest configuration now only matches files with a .test. infix, rather than any files that is suffixed with test.<ext>. In particular this means that files named just test.ts will no longer be considered a test file.