Remove expect from application code
This commit is contained in:
committed by
Nick Cameron
parent
2559309f85
commit
8e343a254f
@ -430,7 +430,6 @@ export function getNodePathFromSourceRange(
|
||||
previousPath: PathToNode = [['body', '']]
|
||||
): PathToNode {
|
||||
const [start, end] = sourceRange || []
|
||||
expect(start).toBeGreaterThan(-1)
|
||||
let path: PathToNode = [...previousPath]
|
||||
const _node = { ...node }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user