mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
fix test name
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user