File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
"serve" : " http-server -c-1 -s -p 3000 ." ,
11
11
"test" : " server-test test:browser:server 3000 test:all" ,
12
12
"test:all" : " npm-run-all test:browser:*:*" ,
13
- "test:browser" : " mocha-headless-chrome --args=\" --enable-features=SharedArrayBuffer --enable-experimental-web-platform-features --cross-origin-isolated --allow-file-access-from-files\" -a no-sandbox -f http://localhost:3000/tests/ffmpeg-core-mt.test.html " ,
13
+ "test:browser" : " mocha-headless-chrome --args=\" --enable-features=SharedArrayBuffer --enable-experimental-web-platform-features --cross-origin-isolated --allow-file-access-from-files\" -a no-sandbox" ,
14
14
"test:browser:core:mt" : " npm run test:browser -- -f http://localhost:3000/tests/ffmpeg-core-mt.test.html" ,
15
15
"test:browser:core:st" : " npm run test:browser -- -f http://localhost:3000/tests/ffmpeg-core-st.test.html" ,
16
16
"test:browser:ffmpeg:mt" : " npm run test:browser -- -f http://localhost:3000/tests/ffmpeg-mt.test.html" ,
You can’t perform that action at this time.
0 commit comments