forked from floraachy/ImageKnife
commit
2630eb8777
|
@ -13,11 +13,11 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
import abilityTest from './Ability.test'
|
import abilityTest from './Ability.test'
|
||||||
import lruCacheTest from './lrucache'
|
import lruCacheTest from './lrucache.test'
|
||||||
import LogUtilTest from './logutil'
|
import LogUtilTest from './logutil.test'
|
||||||
import Transform from './transfrom'
|
import Transform from './transfrom.test'
|
||||||
import RequestOptionTest from './requestoption'
|
import RequestOptionTest from './requestoption.test'
|
||||||
import ImageKnifeTest from './imageknife'
|
import ImageKnifeTest from './imageknife.test'
|
||||||
|
|
||||||
export default function testsuite() {
|
export default function testsuite() {
|
||||||
abilityTest()
|
abilityTest()
|
||||||
|
|
Loading…
Reference in New Issue