Skip to content

Commit 6418ad1

Browse files
committed
feat: add comment on test
1 parent a065b7a commit 6418ad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/CloudCode.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4784,6 +4784,7 @@ describe('beforePasswordResetRequest hook', () => {
47844784
await user.signUp();
47854785
const base64 = 'V29ya2luZyBhdCBQYXJzZSBpcyBncmVhdCE=';
47864786
const file = new Parse.File('myfile.txt', { base64 });
4787+
// Test that the hook not throw Save non encoded file
47874788
await file.save();
47884789
await user.save({ file });
47894790

0 commit comments

Comments
 (0)