Skip to content

Commit 5cbb682

Browse files
committed
Add (failing) React ART tests
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.)
1 parent 43b6399 commit 5cbb682

File tree

4 files changed

+934
-0
lines changed

4 files changed

+934
-0
lines changed

Diff for: .eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# We can probably lint these later but not important at this point
2+
src/renderers/art
23
src/shared/vendor
34
# But not in docs/_js/examples/*
45
docs/_js/*.js

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"version": "16.0.0-alpha",
55
"devDependencies": {
6+
"art": "^0.10.1",
67
"async": "^1.5.0",
78
"babel-cli": "^6.6.5",
89
"babel-core": "^6.0.0",

0 commit comments

Comments
 (0)