We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d8326 commit 34af07dCopy full SHA for 34af07d
1 file changed
test/commands/crud-mdapi/read.e2e.ts
@@ -11,6 +11,7 @@ describe("crud-mdapi read", () => {
11
afterEach("delete", async function () {
12
rmSync(DEFAULT_PACKAGE_DIR, {
13
recursive: true,
14
+ force: true,
15
});
16
17
it("reads a CustomField without flags-dir", async () => {
0 commit comments