You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ This group of tests was built to test microformats parsers. The individual tests
4
4
5
5
The tests are broken into sets within the tests directory of this project. They are first grouped by version. Some parsers only support a single version of microformats. They are then subdivided by the type of microformat i.e. h-card.
6
6
7
+
## NPM
8
+
9
+
To add the latest microformats test suite to your project using npm, run the following command:
10
+
11
+
`npm install microformats/tests --save-dev`
12
+
13
+
Update to the latest microformats test suite with the following command:
0 commit comments