(width, height)
| 10 | test("should use scale if width and height are both set to AUTO_SIZE", t => { |
| 11 | |
| 12 | const resolution = new Resolution({ setSize(width, height) {} }); |
| 13 | |
| 14 | resolution.setBaseSize(1920, 1080); |
| 15 | resolution.setScale(0.5); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…