(relativePath)
| 6 | const repoRoot = process.cwd(); |
| 7 | |
| 8 | async function readRepoFile(relativePath) { |
| 9 | return fs.readFile(path.join(repoRoot, relativePath), 'utf8'); |
| 10 | } |
| 11 | |
| 12 | test('memory services do not statically import nanomem browser module', async () => { |
| 13 | const files = [ |
no outgoing calls
no test coverage detected