File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,18 @@ suite away from test smells.
99
1010## Command Line Interface  
1111
12+ Single file
13+ 
1214``` sh 
1315npm run cli -- path/to/file/test.js typescript
1416``` 
1517
18+ Report
19+ 
20+ ``` sh 
21+ npm run cli -- path/to/file/test.js typescript --report=html
22+ ``` 
23+ 
1624## Resources  
1725
1826-  [ Tailwind CSS Table - Flowbite] ( https://flowbite.com/docs/components/tables ) 
Original file line number Diff line number Diff line change 4343    "ts-node" : " ^10.9.2" 
4444  },
4545  "scripts" : {
46-     "compile" : " rm -rf build/ && tsc" 
46+     "compile" : " rm -rf build/ && tsc && cp -R ./src/reporters/layout ./build/src/reporters/ " 
4747    "watch" : " webpack --watch" 
4848    "clean" : " rm -rf out/ dist/ types/" 
4949    "compile-tests" : " npm run clean && tsc -p . --outDir out" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments