()
| 7 | return true; |
| 8 | }; |
| 9 | function testConfig() { |
| 10 | return Parse.Config.save({ internal: 'i', string: 's', number: 12 }, { internal: true }); |
| 11 | } |
| 12 | |
| 13 | describe('cloud validator', () => { |
| 14 | it('complete validator', async done => { |
no outgoing calls
no test coverage detected