Skip to main content
Module

x/value_schema/jest.config.json

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
File
{ "verbose": true, "moduleDirectories": [ "node_modules", "src" ], "moduleNameMapper": { "^value-schema$": "<rootDir>/src/index" }, "testEnvironment": "node", "testMatch": [ "<rootDir>/test/**/*.test.ts" ], "transform": { "\\.ts$": [ "ts-jest", { "tsconfig": "tsconfig.test.json" } ] }, "collectCoverage": true, "coverageDirectory": "./coverage/"}