Skip to content

Commit

Permalink
fix: use correct component name
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjbutler committed Apr 3, 2022
1 parent cae7162 commit 1c41acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/tests/layout/GridComponent.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, it, expect } from 'vitest';
import { ContainerLayoutNode, GridComponent, Frame, Size, SourceComponent, SourceLayoutNode } from '../../src/layout';

describe('FlexComponent', () => {
describe('GridComponent', () => {
it('should lay out', () => {
const component = new GridComponent();
component.rowSpacing = 10;
Expand Down

0 comments on commit 1c41acf

Please sign in to comment.