Skip to content

Commit

Permalink
refactor: todo unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
GaoNeng-wWw committed Dec 2, 2024
1 parent 85003df commit fd8c49f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/components/grid/__test__/grid.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import * as Rect from 'react';
import { act, render } from '@testing-library/react'
import { grid } from '..';
describe('grid', () => {
it.todo('should define');
})
2 changes: 1 addition & 1 deletion packages/components/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/grid",
"version": "1.0.0",
"version": "0.0.0",
"description": "",
"scripts": {
"build": "rslib build",
Expand Down

0 comments on commit fd8c49f

Please sign in to comment.