mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
The Grand Reformat (#3643)
* The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function runFrontendTest(name) {
|
||||
it(name, () => {
|
||||
cy.window().then((win) => {
|
||||
cy.window().then(win => {
|
||||
return win.compilerExplorerFrontendTesting.run(name);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user