(str)
| 3 | import tests from './fixture/usage.js'; |
| 4 | |
| 5 | function normalize(str) { |
| 6 | return str.replace(/\n|\r\n?|\f/g, '\n'); |
| 7 | } |
| 8 | |
| 9 | function createCompressWithUsageTest(name, test) { |
| 10 | it(name, () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…