()
| 243 | }, |
| 244 | |
| 245 | rand() { |
| 246 | return Math.floor(Math.random() * 10e5); |
| 247 | }, |
| 248 | |
| 249 | isDeepEqualToOneOf(actual, expectedOptions) { |
| 250 | return expectedOptions.some(expected => isDeepStrictEqual(actual, expected)); |
nothing calls this directly
no test coverage detected
searching dependent graphs…