Skip to content

added unit tests

added unit tests #15

Triggered via push September 13, 2024 07:48
Status Failure
Total duration 1m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests: packages/subgraph/src/osx/DAO.ts#L1
'PluginDeposit' is defined but never used. Allowed unused vars must match /_/u
tests: packages/subgraph/src/osx/DAO.ts#L3
'dataSource' is defined but never used. Allowed unused vars must match /_/u
tests: packages/subgraph/src/osx/DAO.ts#L6
'daoContractAddress' is never reassigned. Use 'const' instead
tests: packages/subgraph/src/osx/DAO.ts#L9
'daoContract' is never reassigned. Use 'const' instead
tests: packages/subgraph/src/osx/DAO.ts#L13
'daoDepositId' is never reassigned. Use 'const' instead
tests: packages/subgraph/src/osx/pluginSetupProcessor.ts#L17
'PluginJudiciary' is defined but never used. Allowed unused vars must match /_/u
tests: packages/subgraph/src/osx/pluginSetupProcessor.ts#L23
'getJudiciaryId' is defined but never used. Allowed unused vars must match /_/u
tests: packages/subgraph/src/osx/pluginSetupProcessor.ts#L25
'updatePluginDataForInstallationApplied' is defined but never used. Allowed unused vars must match /_/u
tests: packages/subgraph/src/osx/pluginSetupProcessor.ts#L31
'updatePreparationDataForInstallationPrepared' is defined but never used. Allowed unused vars must match /_/u
tests: packages/subgraph/src/osx/pluginSetupProcessor.ts#L36
'BigInt' is defined but never used. Allowed unused vars must match /_/u
tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/