UNPKG

cdk8s-cli

Version:

This is the command line tool for Cloud Development Kit (CDK) for Kubernetes (cdk8s).

11 lines (10 loc) 240 B
module.exports = { "roots": [ "<rootDir>" ], moduleFileExtensions: ["ts", "tsx", "js", "mjs", "cjs", "jsx", "json", "node"], testMatch: [ '**/*.test.ts'], "transform": { "^.+\\.tsx?$": "ts-jest" }, }