Skip to content

Commit 1a63fb2

Browse files
author
David Sancho
authored
Merge pull request #12 from davesnx/Fix-link-on-testing
docs(test): Fixing link
2 parents 7ba6241 + e27f1ca commit 1a63fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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.
1+
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.
22

33
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.
44

0 commit comments

Comments
 (0)