File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1818    "preversion" : " npm test && npm run build"  ,
1919    "version" : " git commit -am \" Update dist for release\"  && git checkout -b release && git add -f dist/"  ,
2020    "postversion" : " git push --tags && git checkout master && git branch -D release && git push"  ,
21-     "testee" : " testee test /test.html  --browsers firefox"  ,
21+     "testee" : " testee src /test --browsers firefox"  ,
2222    "test" : " npm run eslint && npm run testee"  ,
2323    "eslint" : " eslint src/**/*.js"  ,
2424    "release:patch" : " npm version patch && npm publish"  ,
Original file line number Diff line number Diff line change 1+ < title > async-transform</ title > 
2+ < script  src ="/node_modules/steal/steal.js " main ="src/test/test " mocha ="bdd "> </ script > 
Original file line number Diff line number Diff line change 11import  QUnit  from  'steal-mocha' ; 
22import  chai  from  'chai' ; 
3- import  asyncTransform  from  './async-transform' ; 
3+ import  asyncTransform  from  '.. /async-transform' ; 
44
55const  assert  =  chai . assert ; 
66
  Load Diff This file was deleted. 
  Load Diff This file was deleted. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments