fix test name

This commit is contained in:
Zach Plata
2022-08-01 23:21:25 -05:00
parent dfa59bf331
commit 38404453be

View File

@@ -377,7 +377,7 @@ describe('useRive', () => {
expect(container.firstChild).not.toHaveStyle('width: 50%');
});
it('sets does not override user-provided canvas resolutions', async () => {
it('container bounds do not override user-provided canvas resolutions', async () => {
const params = {
src: 'file-src',
};