We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd57ac5 commit 170d0bbCopy full SHA for 170d0bb
test/helpers/utils.spec.ts
@@ -86,7 +86,7 @@ describe('getRemotePatterns', () => {
86
]
87
const result = getRemotePatterns(mockExperimentalConfig, mockImages)
88
89
- expect(result).toStrictEqual(mockExperimentalConfig.images?.remotePatterns)
+ expect(result).toStrictEqual(mockImages.remotePatterns)
90
})
91
it('returns an empty array', () => {
92
0 commit comments