From cc81665eb29b4af0133903978ffe9fea628adbe7 Mon Sep 17 00:00:00 2001 From: Kyle Gray Date: Fri, 27 Sep 2019 16:52:07 -0400 Subject: [PATCH] refactor(workflow-plugin-angular): workaround for jest get version removed https://github.com/facebook/jest/issues/7704 was resolved in a new version of jest --- packages/workflow-plugin-angular/test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/workflow-plugin-angular/test.js b/packages/workflow-plugin-angular/test.js index 5d407a54..43d8b499 100644 --- a/packages/workflow-plugin-angular/test.js +++ b/packages/workflow-plugin-angular/test.js @@ -4,9 +4,6 @@ // https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/utils/createJestConfig.js const { existsSync } = require('fs'); -// https://github.com/facebook/jest/issues/7704#issuecomment-458552963 -require('jest/node_modules/jest-cli/build/cli'); - const jest = require('jest'); const path = require('path');