UNPKG

@cryptoscan/pumpfun-sdk

Version:

The fastest and easiest way to trade on pumpfun

11 lines (9 loc) 195 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { clearMocks: true, globals: true, setupFiles: "dotenv/config", testTimeout: 10_000, }, });