File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed 
templates/javascript/tests Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204204          cd clients/algoliasearch-client-javascript/packages 
205205          ls | grep -v -E "(client-common|requester-*|algoliasearch)" | xargs rm -rf 
206206          cd algoliasearch 
207-           ls | grep -v -E "( __tests__|jest.config.ts) " | xargs rm -rf 
207+           ls | grep -v -E "__tests__" | xargs rm -rf 
208208
209209       - name : Setup 
210210        uses : ./.github/actions/setup 
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export async function runComposerInstall(): Promise<void> {
190190} 
191191
192192export  function  ensureGitHubToken ( ) : string  { 
193-   // use process.env here to mock with jest  
193+   // use process.env here to mock with vitest  
194194  if  ( ! process . env . GITHUB_TOKEN )  { 
195195    throw  new  Error ( 'Environment variable `GITHUB_TOKEN` does not exist.' ) ; 
196196  } 
Original file line number Diff line number Diff line change 22  "extends" : " ../../config/base.tsconfig.json"  ,
33  "compilerOptions" : {
44    "typeRoots" : [" ../../node_modules/@types"  ],
5-     "types" : [" node" ,  " jest "  ],
5+     "types" : [" node"  ],
66    "lib" : [" dom"  , " esnext"  ],
77    "outDir" : " dist" 
88  },
Original file line number Diff line number Diff line change 1212    "@algolia/requester-testing": "link:../../../clients/algoliasearch-client-javascript/packages/requester-testing"
1313  },
1414  "devDependencies": { 
15-     " @types/jest"  : " 29.5.13"  , 
1615    " @types/node"  : " 22.5.5"  , 
1716    " dotenv"  : " 16.4.5"  , 
1817    " typescript"  : " 5.6.2"  , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments