You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-28 00:39:01 +02:00
Bump dprint plugins to their latest versions (#2402)
This commit is contained in:
@@ -75,7 +75,7 @@ export default class Playground {
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
},
|
||||
fetchResponse: false,
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
@@ -100,7 +100,7 @@ export default class Playground {
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
},
|
||||
fetchResponse: false,
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ describe("Playground", () => {
|
||||
await expect(playground.stderr).toBeDisplayed();
|
||||
// check for error message in stderr
|
||||
await expect(playground.stderr).toHaveText(
|
||||
expect.stringContaining("error: could not compile")
|
||||
expect.stringContaining("error: could not compile"),
|
||||
);
|
||||
await expect(playground.stdout).toHaveText("No output");
|
||||
});
|
||||
|
||||
@@ -25,7 +25,7 @@ describe("speaker-notes", () => {
|
||||
const handles = await browser.getWindowHandles();
|
||||
await browser.switchToWindow(handles[1]);
|
||||
await expect(browser).toHaveUrl(
|
||||
expect.stringContaining("#speaker-notes-open")
|
||||
expect.stringContaining("#speaker-notes-open"),
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -10,5 +10,5 @@ export const config = deepmerge(
|
||||
// clean services
|
||||
services: [],
|
||||
},
|
||||
{ clone: false }
|
||||
{ clone: false },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user