()
| 4 | throw 'you are not authorized'; |
| 5 | }; |
| 6 | const validatorSuccess = () => { |
| 7 | return true; |
| 8 | }; |
| 9 | function testConfig() { |
| 10 | return Parse.Config.save({ internal: 'i', string: 's', number: 12 }, { internal: true }); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…