Skip to content

Commit

Permalink
Adds tests for several versions of react (0.14, 15 and 16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Oct 20, 2017
1 parent f543601 commit d563f8e
Show file tree
Hide file tree
Showing 3 changed files with 1,096 additions and 7 deletions.
15 changes: 15 additions & 0 deletions .tav.yml
@@ -0,0 +1,15 @@
react-14:
name: react
versions: 0.14.9
peerDependencies: react-dom@^0.14.0
commands: npm run jest
react-15:
name: react
versions: 15.6.2
peerDependencies: react-dom@^15.0.0
commands: npm run jest
react-16:
name: react
versions: 16.0.0
peerDependencies: react-dom@^16.0.0
commands: npm run jest

0 comments on commit d563f8e

Please sign in to comment.