removed test for .clear()
diff --git a/test/unit/publicapi.test.js b/test/unit/publicapi.test.js
index f208bff..8c1d8bb 100644
--- a/test/unit/publicapi.test.js
+++ b/test/unit/publicapi.test.js
@@ -158,12 +158,6 @@
       assert.equal(mq.__controller.cursor[R], 0);
     });
 
-    test('.clear()', function() {
-      mq.latex('xyz');
-      mq.clear();
-      assert.equal(mq.latex(), '');
-    });
-
     test('.empty()', function() {
       mq.latex('xyz');
       mq.empty();