'regular field path': {
        path: typedPath<TestType>().a.b.c,
        expectedResults: {
            $path: 'a.b.c',
            $raw: ['a', 'b', 'c'],