Export lenses array for helping testing
This commit is contained in:
parent
6a55c09328
commit
1f65907f70
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue