Skip to content

Commit

Permalink
Merge pull request #67 from Automattic/fix/index-test
Browse files Browse the repository at this point in the history
test: remove WPCOM test
  • Loading branch information
retrofox authored and jsnajdr committed Jan 27, 2020
1 parent 016757c commit 957960b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/wpcom.js/test/test.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ describe('WPCOM', function(){

describe('sync', function(){

it('should create a WPCOM object', function(){
var wpcom = new WPCOM();
assert.ok(wpcom instanceof WPCOM);
});

it('should set the token', function(){
var wpcom = new WPCOM(test.site.private.token);
assert.equal('string', typeof wpcom.token);
Expand Down

0 comments on commit 957960b

Please sign in to comment.