diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-01 00:21:04 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-01 00:21:04 -0700 |
commit | 4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0 (patch) | |
tree | 93ed7ff19412da306c6e7abf7f38fe035ab88e10 /app/src/test/kotlin/com/pitchedapps | |
parent | 8618670b82641d5fbaec9c333f1290bab429ce27 (diff) | |
download | frost-4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0.tar.gz frost-4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0.tar.bz2 frost-4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0.zip |
working injectors and redid tabs db
Diffstat (limited to 'app/src/test/kotlin/com/pitchedapps')
-rw-r--r-- | app/src/test/kotlin/com/pitchedapps/frost/injector/JsBuilderTest.kt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/test/kotlin/com/pitchedapps/frost/injector/JsBuilderTest.kt b/app/src/test/kotlin/com/pitchedapps/frost/injector/JsBuilderTest.kt new file mode 100644 index 00000000..d5fcdc50 --- /dev/null +++ b/app/src/test/kotlin/com/pitchedapps/frost/injector/JsBuilderTest.kt @@ -0,0 +1,14 @@ +package com.pitchedapps.frost.injector + +import com.pitchedapps.frost.injectors.JsInjector +import org.junit.Test + +/** + * Created by Allan Wang on 2017-05-31. + */ +class JsBuilderTest { + @Test + fun misc() { + println(JsInjector.idRemovals.function) + } +}
\ No newline at end of file |