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