UNPKG

promptify.ts

Version:

A easy and modern npm package that controls users inputs to prompt the user in cmd.

17 lines 362 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { testEnvironment: "node", transform: { "^.+.tsx?$": ["ts-jest",{}], }, preset: "ts-jest", testEnvironment: "node", testMatch: ["**/__tests__/**/*.ts?(x)" // , "**/?(*.)+(spec|test).ts?(x)" ], globals: { "ts-jest": { tsconfig: "tsconfig.json", }, }, };