This commit is contained in:
Nathan Bierema 2021-06-12 11:07:38 -04:00
parent e44b2048c5
commit 35ea8f756b

View File

@ -18,7 +18,7 @@ describe('App container', () => {
it('should contain an empty action list', () => { it('should contain an empty action list', () => {
expect(component.find('ActionList').html()).toMatch( expect(component.find('ActionList').html()).toMatch(
/<div class="actionListRows-[0-9]+"><\/div>/ /<div class="actionListRows-[0-9-]+"><\/div>/
); );
}); });
}); });