Skip to content

Commit

Permalink
update release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Presman committed Feb 13, 2016
1 parent 08d7889 commit f4f178a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/tests/unit/release/release.test.js
Expand Up @@ -19,7 +19,7 @@ describe('release should be consistent', function () {
});

it('with bower valid entry point', function () {
assert.equal(bowerJSON.main, 'web/pubnub.min.js');
assert.equal(bowerJSON.main, 'web/dist/pubnub.min.js');
});

it('with npm valid entry point', function () {
Expand Down

0 comments on commit f4f178a

Please sign in to comment.