Skip to content

Commit 32c9e87

Browse files
build: use node:fs/promises in setup-test-e2e.js
1 parent 07da568 commit 32c9e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/setup-test-e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { $ } from "execa";
2-
import { promises as fs } from "fs";
32
import { globby } from "globby";
43
import { strict as assert } from "node:assert";
4+
import fs from "node:fs/promises";
55

66
const description = "New Description Test";
77
const owner = "RNR1";

0 commit comments

Comments
 (0)