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