Add ENGAGE-HF Allergy Form #9
build-and-test.yml
on: pull_request
REUSE Compliance Check
/
REUSE Compliance Check
7s
Markdown Link Check
/
markdown_link_check
17s
ESLint
/
eslint
38s
Test and Coverage
/
testandcoverage
38s
Annotations
7 errors and 2 warnings
ESLint / eslint
Process completed with exit code 2.
|
Test and Coverage / testandcoverage
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
src/components/AllergyForm/AllergyForm.test.tsx:
node_modules/@stanfordspezi/spezi-web-design-system/dist/index.js#L4
SyntaxError: Named export 'cn' not found. The requested module './utils/className.js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from './utils/className.js';
const { cn: c } = pkg;
❯ node_modules/@stanfordspezi/spezi-web-design-system/dist/index.js:4:31
|
src/components/ObservationForm/ObservationForm.test.tsx:
node_modules/@stanfordspezi/spezi-web-design-system/dist/index.js#L4
SyntaxError: Named export 'cn' not found. The requested module './utils/className.js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from './utils/className.js';
const { cn: c } = pkg;
❯ node_modules/@stanfordspezi/spezi-web-design-system/dist/index.js:4:31
|
src/components/PatientForm/PatientForm.test.tsx:
node_modules/@stanfordspezi/spezi-web-design-system/dist/index.js#L4
SyntaxError: Named export 'cn' not found. The requested module './utils/className.js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from './utils/className.js';
const { cn: c } = pkg;
❯ node_modules/@stanfordspezi/spezi-web-design-system/dist/index.js:4:31
|
src/components/PatientsTable/PatientsTable.test.tsx:
node_modules/@stanfordspezi/spezi-web-design-system/dist/index.js#L4
SyntaxError: Named export 'cn' not found. The requested module './utils/className.js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from './utils/className.js';
const { cn: c } = pkg;
❯ node_modules/@stanfordspezi/spezi-web-design-system/dist/index.js:4:31
|
Test and Coverage / testandcoverage
Process completed with exit code 1.
|
Markdown Link Check / markdown_link_check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ESLint / eslint
No files were found with the provided path: eslint_report.json. No artifacts will be uploaded.
|