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

6 lines
124 B
JavaScript
Raw Normal View History

2022-11-02 13:45:29 -07:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
2022-11-03 15:13:49 -07:00
preset: "ts-jest",
testEnvironment: "node",
};