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,