Skip to content

Commit 573cd18

Browse files
committed
refactor: . Move tests/Scanner* to tests/Query/
1 parent f6cfa3d commit 573cd18

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/Scanner.test.ts renamed to tests/Query/Scanner.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { verify } from 'approvals/lib/Providers/Jest/JestApprovals';
2-
import { continue_lines, scan } from '../src/Query/Scanner';
2+
import { continue_lines, scan } from '../../src/Query/Scanner';
33

44
// There is no way to have a literal \ at the end of a raw string.
55
// In such cases, we use substitution instead.

0 commit comments

Comments
 (0)