jest.config.js 182 B

123456789
  1. import { defineJestConfig } from "@pythnetwork/jest-config/define-config";
  2. export default defineJestConfig({
  3. global: {
  4. config: {
  5. testTimeout: 1_000_000,
  6. },
  7. },
  8. });