chore: update contributing.md (#8616)

This commit is contained in:
jrandolf
2022-07-01 16:29:21 +02:00
committed by GitHub
parent 9fa96600f2
commit 32c9f3e6fb
7 changed files with 58 additions and 65 deletions

View File

@@ -180,7 +180,7 @@ function runScript(scriptPath, revisionInfo) {
function runUnitTest(pattern, revisionInfo) {
const log = debug('bisect:rununittest');
log('Running unit test');
const child = spawn('npm run test:unit', ['--', '-g', pattern], {
const child = spawn('npm run test:chrome', ['--', '-g', pattern], {
stdio: ['inherit', 'inherit', 'inherit', 'ipc'],
shell: true,
env: {