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.