mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix test
This commit is contained in:
parent
e44b2048c5
commit
35ea8f756b
|
@ -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>/
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user