mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Don't try to be fancy.
This commit is contained in:
@@ -94,10 +94,11 @@ suite('XML', function() {
|
||||
assertSimpleField(resultFieldDom, 'COLOUR', '#000099');
|
||||
delete Blockly.Blocks['field_colour_test_block'];
|
||||
});
|
||||
test('Date', function() {
|
||||
if (!Blockly.FieldDate) {
|
||||
this.skip();
|
||||
}
|
||||
/* If you want to run date tests add the date picker here:
|
||||
* https://github.com/google/blockly/blob/master/core/blockly.js#L41
|
||||
* before unskipping.
|
||||
*/
|
||||
test.skip('Date', function() {
|
||||
Blockly.defineBlocksWithJsonArray([{
|
||||
"type": "field_date_test_block",
|
||||
"message0": "%1",
|
||||
|
||||
Reference in New Issue
Block a user