This commit is contained in:
Kirill Chernyshov 2020-09-24 12:19:07 +02:00
parent 1ecd6232d8
commit 88198cb6e6
No known key found for this signature in database
GPG Key ID: 425B3AB78FBCFBDB

View File

@ -9,7 +9,7 @@ const tempDir = path.join(__dirname, 'runner', 'temp', 'tdeps')
process.env['RUNNER_TOOL_CACHE'] = toolDir
process.env['RUNNER_TEMP'] = tempDir
import * as tdeps from '../src/tdeps'
import * as tdeps from '../src/cli'
describe('tdeps tests', () => {
beforeAll(async () => {