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

6 lines
124 B
JavaScript
Raw Normal View History

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