diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-14 17:01:13 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-14 17:01:13 -0700 |
commit | fbbc92e4c98a30e107fb2a63887f8b6d20bffabb (patch) | |
tree | ec603d3379ddad94df084f94132ac0c739bcb4ac /app/src/test/kotlin/com/pitchedapps | |
parent | aa01ec691ef2638da7c22bf3cbd1a9c5e213ca1f (diff) | |
download | frost-fbbc92e4c98a30e107fb2a63887f8b6d20bffabb.tar.gz frost-fbbc92e4c98a30e107fb2a63887f8b6d20bffabb.tar.bz2 frost-fbbc92e4c98a30e107fb2a63887f8b6d20bffabb.zip |
Update themes and started theme settings
Diffstat (limited to 'app/src/test/kotlin/com/pitchedapps')
-rw-r--r-- | app/src/test/kotlin/com/pitchedapps/frost/MiscTest.kt | 15 |
1 files changed, 15 insertions, 0 deletions
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 |