From fbbc92e4c98a30e107fb2a63887f8b6d20bffabb Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 14 Jun 2017 17:01:13 -0700 Subject: Update themes and started theme settings --- app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt (limited to 'app/src/test/kotlin/com') diff --git a/app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt b/app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt new file mode 100644 index 00000000..c9d27a1c --- /dev/null +++ b/app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt @@ -0,0 +1,15 @@ +package com.pitchedapps.frost + +import com.pitchedapps.frost.injectors.CssHider +import org.junit.Test + +/** + * Created by Allan Wang on 2017-06-14. + */ +class MiscTest { + + @Test + fun asdf() { + print(CssHider.HEADER.injector.function) + } +} \ No newline at end of file -- cgit v1.2.3