chore(deps-dev): bump vitest from 0.34.6 to 1.3.0 #241
Annotations
3 errors and 2 warnings
test/form.test.ts > Form: initialValues > Throws a "TypeError" if no "initialValues" are provided to the configuration.:
test/form.test.ts#L51
Error: Snapshot `Form: initialValues > Throws a "TypeError" if no "initialValues" are provided to the configuration. 1` mismatched
- Expected
+ Received
- "You must specify \"initialValues\" with an object to \"FormConfig\"."
+ [TypeError: You must specify "initialValues" with an object to "FormConfig".]
❯ test/form.test.ts:51:7
|
test/form.test.ts > Form: initialValues > Throws a "TypeError" if no configuration is provided.:
test/form.test.ts#L57
Error: Snapshot `Form: initialValues > Throws a "TypeError" if no configuration is provided. 1` mismatched
- Expected
+ Received
- "You must provide a config to \"newForm\". Expected \"config\" to be an object, received \"undefined\" instead."
+ [TypeError: You must provide a config to "newForm". Expected "config" to be an object, received "undefined" instead.]
❯ test/form.test.ts:57:35
|
Unit Testing
Process completed with exit code 1.
|
Unit Testing
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, antongolub/action-setup-bun@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit Testing
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|