You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when running the tests on AWS Codebuild.
ReferenceError: FileReader is not defined
--
252 | at loadImageData (/codebuild/output/src838/src/node_modules/resemblejs/resemble.js:363:17)
253 | at compare (/codebuild/output/src838/src/node_modules/resemblejs/resemble.js:830:13)
254 | at wrapper (/codebuild/output/src838/src/node_modules/resemblejs/resemble.js:958:25)
255 | at Object.onComplete (/codebuild/output/src83/src/node_modules/resemblejs/resemble.js:961:21)
256 | at Function.resemble.compare (/codebuild/output/src838/src/node_modules/resemblejs/resemble.js:1065:17)
257 | at /codebuild/output/src838/src/node_modules/resemblejs/compareImages.js:5:18
258 | at new Promise (<anonymous>)
259 | at compareImages (/codebuild/output/src838/src/node_modules/resemblejs/compareImages.js:4:12)
Any idea what needs tobe updated? I am using the latest version of the package.
The text was updated successfully, but these errors were encountered:
I get this error when running the tests on AWS Codebuild.
Any idea what needs tobe updated? I am using the latest version of the package.
The text was updated successfully, but these errors were encountered: