From 520ae13b31b2f3c02e8f143e6e7d23f74910f8cb Mon Sep 17 00:00:00 2001 From: Gunnlaugur Thor Briem Date: Fri, 22 Oct 2021 11:33:54 +0000 Subject: [PATCH] doc: remove link to ES6 support runners MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that `tape` itself supports ES6, there is no need for “ES6 support with https://www.npmjs.com/package/babel-tape-runner or https://www.npmjs.com/package/buble-tape-runner” anymore, so this item becomes misleading (suggests to the newcomer that `tape` still doesn't support ES6). Unless I'm wrong and there _is_ still some reason to use them? If so, maybe specify that reason. --- readme.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index ff8cef34..ef4368f7 100644 --- a/readme.markdown +++ b/readme.markdown @@ -141,7 +141,6 @@ By default, uncaught exceptions in your tests will not be intercepted, and will ## other - CoffeeScript support with https://www.npmjs.com/package/coffeetape -- ES6 support with https://www.npmjs.com/package/babel-tape-runner or https://www.npmjs.com/package/buble-tape-runner - Different test syntax with https://github.com/pguth/flip-tape (warning: mutates String.prototype) - Electron test runner with https://github.com/tundrax/electron-tap - Concurrency support with https://github.com/imsnif/mixed-tape