From 2ec45d0c370de3e4c5f8f515d712f69b90eaac40 Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Fri, 13 Jan 2017 15:30:56 +0200 Subject: [PATCH] Run animation tests --- tests/app/testRunner.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/testRunner.ts b/tests/app/testRunner.ts index 6eda752be..95dd71259 100644 --- a/tests/app/testRunner.ts +++ b/tests/app/testRunner.ts @@ -94,8 +94,8 @@ allTests["HTML-VIEW"] = require("./ui/html-view/html-view-tests"); // allTests["REPEATER"] = require("./ui/repeater/repeater-tests"); allTests["SEARCH-BAR"] = require('./ui/search-bar/search-bar-tests'); allTests["SEGMENTED-BAR"] = require("./ui/segmented-bar/segmented-bar-tests"); -// allTests["ANIMATION"] = require("./ui/animation/animation-tests"); -// allTests["CSS-ANIMATION"] = require("./ui/animation/css-animation-tests"); +allTests["ANIMATION"] = require("./ui/animation/animation-tests"); +//allTests["CSS-ANIMATION"] = require("./ui/animation/css-animation-tests"); // Skip transitions on android emulators with API 23 if (!(platform.device.os === platform.platformNames.android && parseInt(platform.device.sdkVersion) === 23 && isRunningOnEmulator())) {