mojito-markup-test
Advanced tools
Comparing version 0.0.5 to 0.0.7
{ | ||
"name": "mojito-markup-test", | ||
"description": "Utility for view markup validation in mojito unit tests.", | ||
"version": "0.0.5", | ||
"version": "0.0.7", | ||
"author": "David Gomez <dgomez@yahoo-inc.com>", | ||
@@ -12,7 +12,7 @@ "contributors": [ | ||
"npm": "> 1.2", | ||
"mojito": "> 0.8" | ||
"mojito": "> 0.9" | ||
}, | ||
"devDependencies": { | ||
"mojito": "0.8.x", | ||
"mojito-cli": "0.1.x", | ||
"mojito": "0.9.x", | ||
"mojito-cli": "0.2.x", | ||
"jsdom": "0.2.1", | ||
@@ -19,0 +19,0 @@ "istanbul": "*" |
@@ -52,2 +52,4 @@ /* | ||
store = rs.createStore(cfg); | ||
store._staticDetails = {}; | ||
store._appY = Y; | ||
store.preload(); | ||
@@ -54,0 +56,0 @@ }, |
24168
448