You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from version 26.3.0 to 26.4.2 (versions up to 26.4.1 work correctly, 26.4.2 is the first failing one)
Optionally update syntax in jest.config.js to an object with before key instead of straight array to solve deprecation warning (has no effect on error above)
Run npm install
Run npm start
Expected behavior
Tests should pass and keys function from keys transformer should be made available to the code.
Debug log:
# content of ts-jest.log (file are too big, saved to 2 gists):
26.4.2 (failing): https://gist.github.com/DamianPereira/194e33d29411e36c1c221da44d07b38d
26.4.1 (working): https://gist.github.com/DamianPereira/eab246c2daef2c337fdc90859e8bf551
🐛 Bug Report
ts-transformer-keys shows the following error when running any test that uses it:
To Reproduce
Steps to reproduce the behavior:
examples/ts-jest
jest.config.js
to an object withbefore
key instead of straight array to solve deprecation warning (has no effect on error above)npm install
npm start
Expected behavior
Tests should pass and keys function from keys transformer should be made available to the code.
Debug log:
envinfo
The text was updated successfully, but these errors were encountered: