Skip to content

Commit fa96287

Browse files
committed
remove browser tests
1 parent 9bad5cf commit fa96287

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.github/workflows/browser.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/test-v6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var server = app.listen(8071, function() {
4949
console.log('Testing with Papa Parse entry point:', papaEntryPoint);
5050

5151
if (process.argv.indexOf('--mocha-headless-chrome') !== -1) {
52-
childProcess.spawn('node_modules/.bin/mocha-headless-chrome', ['-f', 'http://localhost:8071/tests/tests.html', '-a="--no-sandbox"'], {
52+
childProcess.spawn('node_modules/.bin/mocha-headless-chrome', ['-f', 'http://localhost:8071/tests/tests.html'], {
5353
stdio: 'inherit'
5454
}).on('exit', function(code) {
5555
cleanup();

0 commit comments

Comments
 (0)