And fix the XML test too.

This commit is contained in:
Beka Westberg
2019-08-16 12:17:08 -07:00
parent e92dd6bcd6
commit 0714335bbb

View File

@@ -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",