if ('$rawPath' in expectedResults) {
                it(`should have correct $rawPath special field value`, () => {
                    expect(path.$rawPath).toEqual(expectedResults.$rawPath);
                });
            }