/*
Warnings! These tests aren't actually all expected to pass, and this test suite
should *not* be added to the CI tests. These tests are used to manually exercise
the TestConsole widget.
*/
name: 'General',
'this test should fail': function () {
},
'this test should fail with an unexpected error': function () {
throw new Error('OMG!');
},
'this test should pass': function () {
},
'this test should also pass': function () {
}
}));
}, '@VERSION@', {
requires: ['test-console']
});