[Feature Branch]feat: Add new Ranger #131
Annotations
3 errors and 1 warning
src/config-provider/__tests__/form.test.tsx > ConfigProvider form > ConfigProvider form.requiredMark should be `optional` by default and work for ProForm:
packages/design/src/config-provider/__tests__/form.test.tsx#L32
AssertionError: expected null to be truthy
- Expected:
null
+ Received:
false
❯ src/config-provider/__tests__/form.test.tsx:32:7
|
src/Ranger/__tests__/index.test.tsx:
packages/design/src/theme/index.ts#L1
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ ../design/src/theme/index.ts:1:1
Caused by: Caused by: TypeError: jest.requireActual is not a function
❯ src/DateRanger/__test__/index.test.tsx:17:25
❯ ../design/src/theme/index.ts:1:1
|
test (16.x, ubuntu-latest)
Process completed with exit code 1.
|
test (16.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|