From e27f1ca6deb00dd25a49fd5b3f9d6af7a73c6061 Mon Sep 17 00:00:00 2001 From: David Sancho Date: Thu, 18 Oct 2018 11:23:36 +0200 Subject: [PATCH] docs(test): Fixing link --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 88f4b47..082057b 100644 --- a/test/README.md +++ b/test/README.md @@ -1,4 +1,4 @@ -It uses (`babel-helper-plugin-test-runner`)[https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner] that actually isn't recommened to use outside Babel monorepo, but if you follow the folder structure for the fixtures works perfectly. +It uses [`babel-helper-plugin-test-runner`](https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner) that actually isn't recommened to use outside Babel monorepo, but if you follow the folder structure for the fixtures works perfectly. The idea behind that is create the tests based on the folders and run babel-core on `actual.js` and comparing it to `expected.js` given a .babelrc with the options.