Skip to content

Commit

Permalink
Merge pull request #68 from Automattic/remove/test-token
Browse files Browse the repository at this point in the history
test: remove token test
  • Loading branch information
retrofox authored and jsnajdr committed Jan 27, 2020
1 parent 957960b commit 9a2666e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/wpcom.js/test/test.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 9a2666e

Please sign in to comment.