UNPKG

nostr-relaypool

Version:

A Nostr RelayPool implementation in TypeScript using only nostr-tools library as a dependency.

13 lines (11 loc) 259 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ const config = { testMatch: ["**/*test.[jt]s"], expand: true, silent: false, preset: "ts-jest", testEnvironment: "node", testTimeout: 200, }; module.exports = config; // export default config