ibesora / ts-jest-enum

A repo to reproduce an error in ts-jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-jest-enum

A repo to reproduce an error in ts-jest

Steps to reproduce:

  • Clone the repo
  • Run npm install
  • Run npm run test

See the following error: TypeError: Cannot read property 'Above' of undefined

Looking at the ts-jest documentation, const enum is not supported but enums are exported as export enum in the protomaps module as can be seen here

About

A repo to reproduce an error in ts-jest


Languages

Language:JavaScript 51.9%Language:TypeScript 48.1%