pyth-crosschain/third_party/pyth/evm-watcher/jest.config.js

6 lines
135 B
JavaScript

/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};