mirror of
https://github.com/google/blockly.git
synced 2025-12-15 22:00:07 +01:00
Fix formatting
This commit is contained in:
@@ -592,4 +592,4 @@ export async function getAllBlocks(browser) {
|
||||
id: block.id,
|
||||
}));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
import * as chai from 'chai';
|
||||
import {Key} from 'webdriverio';
|
||||
import {
|
||||
dragBlockTypeFromFlyout,
|
||||
getCategory,
|
||||
@@ -17,7 +18,6 @@ import {
|
||||
testFileLocations,
|
||||
testSetup,
|
||||
} from './test_setup.mjs';
|
||||
import {Key} from 'webdriverio';
|
||||
|
||||
// Categories in the basic toolbox.
|
||||
const basicCategories = [
|
||||
|
||||
Reference in New Issue
Block a user