Skip to content

Commit

Permalink
Fix build by disabling un-pinned babel test (#480)
Browse files Browse the repository at this point in the history
It looks like a number of fixture tests were depending on core-js-compat in an
un-pinned way. Rather than trying to stay constantly up-to-date, this PR just
disables those tests, since there are plenty of other useful and reliable Babel
tests.
  • Loading branch information
alangpierce authored Dec 23, 2019
1 parent a2956ca commit 6587019
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example-runner/example-configs/babel.patch
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,15 @@ index aa1b4639f..cca92db5a 100644
);
}

diff --git a/packages/babel-preset-env/test/fixtures.js b/packages/babel-preset-env/test/fixtures.js
deleted file mode 100644
index 1b534b8fc..000000000
--- a/packages/babel-preset-env/test/fixtures.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import runner from "@babel/helper-plugin-test-runner";
-
-runner(__dirname);
diff --git a/packages/babel-register/src/cache.js b/packages/babel-register/src/cache.js
index b505bb494..804bdb19b 100644
--- a/packages/babel-register/src/cache.js
Expand Down

0 comments on commit 6587019

Please sign in to comment.