mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Minor cleanup
This commit is contained in:
parent
c7026a46cf
commit
a7be6d9647
1 changed files with 0 additions and 5 deletions
|
@ -8,15 +8,10 @@ import path from 'path';
|
|||
import * as main from '../src/main';
|
||||
import * as im from '../src/installer';
|
||||
import * as auth from '../src/authutil';
|
||||
import {context} from '@actions/github';
|
||||
|
||||
let nodeTestManifest = require('./data/versions-manifest.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', () => {
|
||||
let inputs = {} as any;
|
||||
let os = {} as any;
|
||||
|
|
Loading…
Add table
Reference in a new issue