Skip to content

Commit 334eaa0

Browse files
committed
refactor: . Move GlobalFilter.test.ts to tests/Config/
For consistency with src/Config/
1 parent 631620d commit 334eaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GlobalFilter.test.ts renamed to tests/Config/GlobalFilter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { GlobalFilter } from '../src/Config/GlobalFilter';
1+
import { GlobalFilter } from '../../src/Config/GlobalFilter';
22

33
describe('Global Filter tests', () => {
44
it('getInstance() should return the same object', () => {

0 commit comments

Comments
 (0)