File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1818    - run : npm install 
1919    - run : sudo rm /usr/bin/chromedriver /usr/bin/geckodriver  #  remove preinstalled github chromedriver/geckodriver from $PATH
2020    - run : Xvfb :99 & 
21+     - run : BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 node test/download-browsers.js 
2122    - run : BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 node_modules/.bin/jest --retries=3 test/interop/ 
Original file line number Diff line number Diff line change 2020    "start" : " http-server . -c-1"  ,
2121    "test" : " npm run eslint && npm run stylelint"  ,
2222    "eslint" : " eslint 'test/**.js' 'src/content/**/*.js'"  ,
23-     "jest" : " node test/download-browsers.js && jest --testTimeout 5000 --maxWorkers=1 test/download.test.js  src/content/"  ,
23+     "jest" : " node test/download-browsers.js && jest --testTimeout 5000 --maxWorkers=1 src/content/"  ,
2424    "stylelint" : " stylelint 'src/**/*.css'" 
2525  },
2626  "eslintIgnore" : [
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments