Skip to content

Commit

Permalink
Add (failing) React ART tests
Browse files Browse the repository at this point in the history
This helps us make sure we don't break React ART in a minor or patch release. The idea is to not change these files when making minor or patch changes. Copied directly from react-art with requires fixed. (I also picked a different haste name just in case.)
  • Loading branch information
sophiebits committed May 24, 2016
1 parent 43b6399 commit 5cbb682
Show file tree
Hide file tree
Showing 4 changed files with 934 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# We can probably lint these later but not important at this point
src/renderers/art
src/shared/vendor
# But not in docs/_js/examples/*
docs/_js/*.js
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "16.0.0-alpha",
"devDependencies": {
"art": "^0.10.1",
"async": "^1.5.0",
"babel-cli": "^6.6.5",
"babel-core": "^6.0.0",
Expand Down
Loading

0 comments on commit 5cbb682

Please sign in to comment.