mirror of
https://github.com/google/blockly.git
synced 2026-01-14 04:17:10 +01:00
chore(tests): re-enable some skipped tests (#6417)
* chore(tests): re-enable some skipped tests * chore: format
This commit is contained in:
@@ -168,7 +168,6 @@ Serializer.Attributes.testSuites = [
|
||||
];
|
||||
|
||||
Serializer.Fields = new SerializerTestSuite('Fields');
|
||||
Serializer.Fields.skip = true;
|
||||
|
||||
Serializer.Fields.Angle = new SerializerTestSuite('Angle');
|
||||
Serializer.Fields.Angle.Simple = new SerializerTestCase('Simple',
|
||||
|
||||
@@ -558,7 +558,7 @@ export function testAWorkspace() {
|
||||
});
|
||||
});
|
||||
|
||||
suite.skip('getById', function() {
|
||||
suite('getById', function() {
|
||||
setup(function() {
|
||||
this.workspaceB = this.workspace.rendered ?
|
||||
new Blockly.WorkspaceSvg(new Blockly.Options({})) :
|
||||
|
||||
Reference in New Issue
Block a user