We recently upgraded our Angular version from 7 to 8 and have run into some problems when using Jest as our test runner. The goal is to get our build pipeline running again with our javascript tests. We are getting an error: An unhandled exception occurred: core_1.experimental.workspace.Workspace.fromPath is not a function
I have upgraded both "@angular-builders/jest": "8.0.4"
as well as upgraded "jest": "24.8.0"
as per the angular-builders README.
I have updated our Jest config property setupTestFrameworkScriptFile
to setupFilesAfterEnv
I have tried clearing out my node_modules
and reinstalling them as per this issue