Skip to content

Commit 5f7f53b

Browse files
author
Kamil Sobol
committed
fix build
1 parent 160a870 commit 5f7f53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend-function/src/function_env_type_generator.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { after, describe, it, mock } from 'node:test';
22
import fs from 'fs';
3+
import fsp from 'fs/promises';
34
import { FunctionEnvironmentTypeGenerator } from './function_env_type_generator.js';
45
import assert from 'assert';
56
import { pathToFileURL } from 'url';

0 commit comments

Comments
 (0)