UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

12 lines (10 loc) 187 B
import { defineConfig } from 'vitest/config' /** * @see https://vitejs.dev/config/ */ export default defineConfig({ test: { environment: 'jsdom', testTimeout: 10000, }, })