Calculated fields #538
Annotations
7 errors and 1 warning
unit-tests
Property 'parentPath' is missing in type '{ name: string; path: string; isFile: () => true; isDirectory: () => false; isBlockDevice: () => false; isCharacterDevice: () => false; isSymbolicLink: () => false; isFIFO: () => false; isSocket: () => false; }' but required in type 'Dirent'.
|
unit-tests
Property 'parentPath' is missing in type '{ name: string; path: string; isFile: () => true; isDirectory: () => false; isBlockDevice: () => false; isCharacterDevice: () => false; isSymbolicLink: () => false; isFIFO: () => false; isSocket: () => false; }' but required in type 'Dirent'.
|
unit-tests
Property 'parentPath' is missing in type '{ name: string; path: string; isFile: () => false; isDirectory: () => true; isBlockDevice: () => false; isCharacterDevice: () => false; isSymbolicLink: () => false; isFIFO: () => false; isSocket: () => false; }' but required in type 'Dirent'.
|
unit-tests
Property 'parentPath' is missing in type '{ name: string; path: string; isFile: () => true; isDirectory: () => false; isBlockDevice: () => false; isCharacterDevice: () => false; isSymbolicLink: () => false; isFIFO: () => false; isSocket: () => false; }' but required in type 'Dirent'.
|
unit-tests
Property 'parentPath' is missing in type '{ name: string; path: string; isFile: () => true; isDirectory: () => false; isBlockDevice: () => false; isCharacterDevice: () => false; isSymbolicLink: () => false; isFIFO: () => false; isSocket: () => false; }' but required in type 'Dirent'.
|
unit-tests
Property 'parentPath' is missing in type '{ name: string; path: string; isFile: () => false; isDirectory: () => true; isBlockDevice: () => false; isCharacterDevice: () => false; isSymbolicLink: () => false; isFIFO: () => false; isSocket: () => false; }' but required in type 'Dirent'.
|
unit-tests
Process completed with exit code 1.
|
unit-tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|