Skip to content

Commit 1fbd50c

Browse files
committed
Update JobSchedule.spec.js
1 parent a50e7f0 commit 1fbd50c

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

spec/JobSchedule.spec.js

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,6 @@ const masterKeyOptions = {
2121
};
2222

2323
describe('JobSchedule', () => {
24-
// beforeEach(async () => {
25-
// const jobs = await request(
26-
// Object.assign(
27-
// {
28-
// url: Parse.serverURL + '/cloud_code/jobs',
29-
// },
30-
// masterKeyOptions
31-
// )
32-
// );
33-
// if (jobs.data.length) {
34-
// await Promise.all(
35-
// jobs.data.map(({ objectId }) =>
36-
// request(
37-
// Object.assign(
38-
// {
39-
// method: 'DELETE',
40-
// url: `${Parse.serverURL}/cloud_code/jobs/${objectId}`,
41-
// },
42-
// masterKeyOptions
43-
// )
44-
// )
45-
// )
46-
// );
47-
// }
48-
// });
4924
it('should create _JobSchedule with masterKey', done => {
5025
const jobSchedule = new Parse.Object('_JobSchedule');
5126
jobSchedule.set({

0 commit comments

Comments
 (0)