Skip to main content
Module

x/value_schema/jest.config.json

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