Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed May 18, 2024
1 parent 1f82f55 commit 609d30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/functional/detailed/libraries.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('every library can be loaded', async ({ logedPage, librariesPage, page }) =
let previousRemainingLibrary = '';
let nextRemainingLibrary = libraryNames[0];
for (let i = 1; i < libraryNames.length; i++) {
console.log("library:" + nextRemainingLibrary);
console.log('library:' + nextRemainingLibrary);
await librariesPage.importLibrary(nextRemainingLibrary, undefined, 'any');

await librariesPage.tab('Libraries store').click();
Expand Down

0 comments on commit 609d30c

Please sign in to comment.