| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -80,15 +80,15 @@ allTests["WEAK-EVENTS"] = require("./weak-event-listener-tests"); | |||
| 80 | 80 | allTests["REPEATER"] = require("./ui/repeater/repeater-tests"); | |
| 81 | 81 | allTests["SEARCH-BAR"] = require('./ui/search-bar/search-bar-tests'); | |
| 82 | 82 | allTests["CONNECTIVITY"] = require("./connectivity-tests"); | |
| 83 | - allTests["ANIMATION"] = require("./ui/animation/animation-tests"); | ||
| 84 | 83 | allTests["SEGMENTED-BAR"] = require("./ui/segmented-bar/segmented-bar-tests"); | |
| 85 | 84 | ||
| 86 | 85 | if (!isRunningOnEmulator()) { | |
| 86 | + allTests["ANIMATION"] = require("./ui/animation/animation-tests"); | ||
| 87 | 87 | allTests["LOCATION"] = require("./location-tests"); | |
| 88 | 88 | } | |
| 89 | 89 | ||
| 90 | 90 | // Navigation tests should always be last. | |
| 91 | - allTests["NAVIGATION"] = require("./navigation-tests"); | ||
| 91 | + //allTests["NAVIGATION"] = require("./navigation-tests"); | ||
| 92 | 92 | ||
| 93 | 93 | import utils = require("utils/utils"); | |
| 94 | 94 | var density = utils.layout.getDisplayDensity(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments