()
| 78 | } |
| 79 | |
| 80 | getState () { |
| 81 | return { |
| 82 | ajvOptions: this._ajvOptions, |
| 83 | ajvSchemas: this._ajvSchemas |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | static restoreFromState (state) { |
| 88 | const validator = new Validator(state.ajvOptions) |
no outgoing calls
no test coverage detected