mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
And fix the XML test too.
This commit is contained in:
@@ -95,6 +95,9 @@ suite('XML', function() {
|
||||
delete Blockly.Blocks['field_colour_test_block'];
|
||||
});
|
||||
test('Date', function() {
|
||||
if (!Blockly.FieldDate) {
|
||||
this.skip();
|
||||
}
|
||||
Blockly.defineBlocksWithJsonArray([{
|
||||
"type": "field_date_test_block",
|
||||
"message0": "%1",
|
||||
|
||||
Reference in New Issue
Block a user