@chainlink/adapter-test-helpers

Helpers for testing Chainlink External Adapters.

Usage no npm install needed!

<script type="module">
  import chainlinkAdapterTestHelpers from 'https://cdn.skypack.dev/@chainlink/adapter-test-helpers';
</script>

README

External Adapter Test Helpers

This package helps with testing Chainlink external adapters in NodeJS.

Adding to your project

yarn add @chainlink/adapter-test-helpers

Usage

const { assertSuccess, assertError } = require('@chainlink/adapter-test-helpers')