From ca41e9d2b6f2c1f12f7057164dc5623aec217578 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 9 May 2022 11:53:48 +0200 Subject: [PATCH] fix tests --- __tests__/finder.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/__tests__/finder.test.ts b/__tests__/finder.test.ts index c3c5ec32..2d4e08c4 100644 --- a/__tests__/finder.test.ts +++ b/__tests__/finder.test.ts @@ -1,7 +1,7 @@ import * as io from '@actions/io'; -const fs = require('fs'); -const path = require('path'); -const os = require('os'); +import os from 'os'; +import fs from 'fs'; +import path from 'path'; const toolDir = path.join( __dirname,