UNPKG

@cdktf/commons

Version:
20 lines (18 loc) 289 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ module.exports = { roots: [ "<rootDir>" ], testMatch: ['**/*.test.ts', '**/*.test.tsx'], transform: { "^.+\\.tsx?$": "ts-jest" }, moduleFileExtensions: [ "js", "ts", "tsx" ], }