mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 15:13:33 +00:00 
			
		
		
		
	Minor cleanup
This commit is contained in:
		
							parent
							
								
									c7026a46cf
								
							
						
					
					
						commit
						a7be6d9647
					
				@ -8,15 +8,10 @@ import path from 'path';
 | 
				
			|||||||
import * as main from '../src/main';
 | 
					import * as main from '../src/main';
 | 
				
			||||||
import * as im from '../src/installer';
 | 
					import * as im from '../src/installer';
 | 
				
			||||||
import * as auth from '../src/authutil';
 | 
					import * as auth from '../src/authutil';
 | 
				
			||||||
import {context} from '@actions/github';
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
let nodeTestManifest = require('./data/versions-manifest.json');
 | 
					let nodeTestManifest = require('./data/versions-manifest.json');
 | 
				
			||||||
let nodeTestDist = require('./data/node-dist-index.json');
 | 
					let nodeTestDist = require('./data/node-dist-index.json');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// let matchers = require('../matchers.json');
 | 
					 | 
				
			||||||
// let matcherPattern = matchers.problemMatcher[0].pattern[0];
 | 
					 | 
				
			||||||
// let matcherRegExp = new RegExp(matcherPattern.regexp);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
describe('setup-node', () => {
 | 
					describe('setup-node', () => {
 | 
				
			||||||
  let inputs = {} as any;
 | 
					  let inputs = {} as any;
 | 
				
			||||||
  let os = {} as any;
 | 
					  let os = {} as any;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user