We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9787e commit 94cb8b9Copy full SHA for 94cb8b9
test/tinymce.spec.js
@@ -113,7 +113,7 @@ describe('uiTinymce', function () {
113
});
114
115
// TODO: Fix test
116
- xit('should handle undefined gracefully', function(done) {
+ /*xit('should handle undefined gracefully', function(done) {
117
compile();
118
setTimeout(function() {
119
scope.foo = undefined;
@@ -144,7 +144,7 @@ describe('uiTinymce', function () {
144
145
done();
146
}, 100);
147
- });
+ });*/
148
149
/*describe('using the editor', function () {
150
it('should update the model', function (done) {
0 commit comments