c-kzg-4844/bindings/node.js/jest.config.js

5 lines
123 B
JavaScript
Raw Normal View History

2022-11-02 20:45:29 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};