Skip to content

Commit b704443

Browse files
author
Tobias Brennecke
committed
#540 add testDependencyGraph.json to fix graph tests, remove tests/public from gitignore
1 parent f716134 commit b704443

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ patternlab.json
77
Thumbs.db
88
source/css/style.css.map
99
.idea/
10-
public
10+
public/patterns

test/public/testDependencyGraph.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"timestamp":1337,"graph":{"options":{"directed":true,"multigraph":false,"compound":false},"nodes":[{"v":"atom-foo","value":{"compileState":"clean"}},{"v":"molecule-foo","value":{"compileState":"clean"}}],"edges":[{"v":"molecule-foo","w":"atom-foo","value":{}}]}}

0 commit comments

Comments
 (0)