Adding Universal Tests back

This commit is contained in:
Andrew Forster
2016-12-14 10:14:30 -08:00
parent dc1bf63450
commit 63230ae46a
17 changed files with 847 additions and 18 deletions

View File

@@ -0,0 +1,8 @@
<Application
x:Class="Facebook.Yoga.Universal.Tests.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Facebook.Yoga.Universal.Tests"
RequestedTheme="Light">
</Application>