diff --git a/packages/wpcom.js/test/test.index.js b/packages/wpcom.js/test/test.index.js index 710f3b6d3e57f..72ec7c8819aab 100644 --- a/packages/wpcom.js/test/test.index.js +++ b/packages/wpcom.js/test/test.index.js @@ -19,16 +19,6 @@ var util = require('./util'); describe('WPCOM', function(){ - describe('sync', function(){ - - it('should set the token', function(){ - var wpcom = new WPCOM(test.site.private.token); - assert.equal('string', typeof wpcom.token); - assert.equal(test.site.private.token, wpcom.token); - }); - - }); - describe('async', function(){ describe('freshlyPressed()', function(){