mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
ci: attempt to debug failing tests
This commit is contained in:
parent
356b3f8d10
commit
db0d709b0e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ function doesCDXContain(coll, value) {
|
|||
const data = fs.readFileSync(
|
||||
`test-crawls/collections/${coll}/indexes/index.cdxj`,
|
||||
);
|
||||
console.log(data);
|
||||
return data.indexOf(value) >= 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue