dependencies and changes to test in firefox headlessly

This commit is contained in:
Jack Case
2025-12-09 23:34:27 +00:00
parent 5ddb857cfa
commit 31a184be14
4 changed files with 12 additions and 5 deletions

View File

@@ -12,6 +12,6 @@
"scripts": {
"build": "dev-scripts/build-extension.sh",
"pretest": "tsc",
"test": "jasmine-browser-runner runSpecs"
"test": "xvfb-run -a jasmine-browser-runner runSpecs"
}
}