| 22 | |
| 23 | const filePath = path.join(__dirname, '..', 'resources/audio.raw'); |
| 24 | const exec = cmd => execSync(cmd, {encoding: 'utf-8'}); |
| 25 | |
| 26 | // skip this test because testing code sample is deprecated |
| 27 | describe('Quickstart', () => { |
no test coverage detected