UNPKG

@nomicfoundation/hardhat-chai-matchers

Version:
14 lines (12 loc) 746 B
export const ASSERTION_ABORTED = "hh-chai-matchers-assertion-aborted"; export const PREVIOUS_MATCHER_NAME = "previousMatcherName"; export const CHANGE_ETHER_BALANCE_MATCHER = "changeEtherBalance"; export const CHANGE_ETHER_BALANCES_MATCHER = "changeEtherBalances"; export const CHANGE_TOKEN_BALANCE_MATCHER = "changeTokenBalance"; export const CHANGE_TOKEN_BALANCES_MATCHER = "changeTokenBalances"; export const EMIT_MATCHER = "emit"; export const REVERTED_MATCHER = "reverted"; export const REVERTED_WITH_MATCHER = "revertedWith"; export const REVERTED_WITH_CUSTOM_ERROR_MATCHER = "revertedWithCustomError"; export const REVERTED_WITH_PANIC_MATCHER = "revertedWithPanic"; export const REVERTED_WITHOUT_REASON_MATCHER = "revertedWithoutReason";