smartcontractkit / external-adapters-js

Monorepo containing JavaScript implementation of external adapters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clear test file type errors

justinkaseman opened this issue · comments

Description

Currently there is no type checking done on test files within the mono-repo.
This means that there are type errors that exist within test files that aren't being caught by CI/CD.

The type errors can be seen with VSCode IntelliSense:
Screenshot from 2022-07-01 08-52-38

Intended Outcome

All test files across every EA should be clear of type errors