Skip to content

Commit 34af07d

Browse files
committed
test: ignore failing rm
1 parent 21d8326 commit 34af07d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/commands/crud-mdapi/read.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ describe("crud-mdapi read", () => {
1111
afterEach("delete", async function () {
1212
rmSync(DEFAULT_PACKAGE_DIR, {
1313
recursive: true,
14+
force: true,
1415
});
1516
});
1617
it("reads a CustomField without flags-dir", async () => {

0 commit comments

Comments
 (0)