added paragraph in installer.test.ts line 11

This commit is contained in:
Hargun Kaur 2021-10-25 04:08:53 +00:00 committed by GitHub
parent 9cdff022c2
commit 7ba3c8c664

View file

@ -8,6 +8,7 @@ import osm = require('os');
import path from 'path';
import * as main from '../src/main';
import * as auth from '../src/authutil';
let nodeTestManifest = require('./data/versions-manifest.json');
let nodeTestDist = require('./data/node-dist-index.json');