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
run yarn nx test products and see error Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later. for app.component.spec.ts
Expected behavior
following the error Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later. would allow for the tests to pass
Version
28.0.8
Steps to reproduce
Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.
for app.component.spec.tsExpected behavior
following the error
Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.
would allow for the tests to passActual behavior
updating tsconfig compilerOptions#target does not change the test behavior
Debug log
running with this flag didn't produce any log files :(
Additional context
related original nx issue: nrwl/nx#11975
potentially related ts-jest issue: #3328
I can see the raw parsed tsconfig having the property
parsed shows
target:2
in theconfigSet.parsedTsConfig.options
,Environment
The text was updated successfully, but these errors were encountered: