mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
test
This commit is contained in:
parent
64c322aa12
commit
194374cfae
|
@ -40,6 +40,6 @@ describe('App container', () => {
|
||||||
return className && className.startsWith('actionListRows-');
|
return className && className.startsWith('actionListRows-');
|
||||||
})
|
})
|
||||||
.html()
|
.html()
|
||||||
).toMatch(/<div class="actionListRows-\d-\d+"><\/div>/);
|
).toMatch(/<div class="actionListRows-\d-\d-\d+"><\/div>/);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user