| 19 | const uuid = require('uuid'); |
| 20 | const execSync = require('child_process').execSync; |
| 21 | const exec = cmd => execSync(cmd, {encoding: 'utf8'}); |
| 22 | |
| 23 | describe('should test page management functions', async () => { |
| 24 | const location = 'global'; |
no test coverage detected