Skip to content

Commit 727d54d

Browse files
authored
Update CloudCode.spec.js
1 parent 6556fc5 commit 727d54d

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
@@ -38,6 +38,7 @@ describe('Cloud Code', () => {
3838
it('can create functions', async () => {
3939
Parse.Cloud.define('hello', () => 'Hello world!');
4040
await expectAsync(Parse.Cloud.run('hello')).toBeResolvedTo('Hello world!');
41+
});
4142

4243
it('can load cloud code as a module', async () => {
4344
process.env.npm_package_type = 'module';

0 commit comments

Comments
 (0)