We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 794148e + 68fd63a commit ff509b0Copy full SHA for ff509b0
jest.config.itg.ts
@@ -14,20 +14,6 @@
14
* limitations under the License.
15
*/
16
17
-import fs from 'fs';
18
-import os from 'os';
19
-import path from 'path';
20
-
21
-const tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), 'docker-actions-toolkit-'));
22
23
-process.env = Object.assign({}, process.env, {
24
- TEMP: tmpDir,
25
- RUNNER_TEMP: path.join(tmpDir, 'runner-temp'),
26
- RUNNER_TOOL_CACHE: path.join(tmpDir, 'runner-tool-cache')
27
-}) as {
28
- [key: string]: string;
29
-};
30
31
module.exports = {
32
testEnvironment: 'node',
33
moduleFileExtensions: ['js', 'ts'],
0 commit comments