Export lenses array for helping testing

This commit is contained in:
Andrew Bastin
2020-08-20 20:07:59 -04:00
parent 6a55c09328
commit 1f65907f70

View File

@@ -4,7 +4,7 @@ import imageLens from "./imageLens"
import htmlLens from "./htmlLens"
import xmlLens from "./xmlLens"
const lenses = [jsonLens, imageLens, htmlLens, xmlLens, rawLens]
export const lenses = [jsonLens, imageLens, htmlLens, xmlLens, rawLens]
export function getSuitableLenses(response) {
const result = []