()
| 4548 | |
| 4549 | describe('Cloud Config hooks', () => { |
| 4550 | function testConfig() { |
| 4551 | return Parse.Config.save({ internal: 'i', string: 's', number: 12 }, { internal: true }); |
| 4552 | } |
| 4553 | |
| 4554 | it_id('997fe20a-96f7-454a-a5b0-c155b8d02f05')(it)('beforeSave(Parse.Config) can run hook with new config', async () => { |
| 4555 | let count = 0; |
no outgoing calls
no test coverage detected
searching dependent graphs…