Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Aug 14, 2017
1 parent ebeb0f7 commit 269e6df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ describe('auth0-ext-compilers', function () {

it('has client-credentials-exchange api', function () {
Assert.equal(typeof Compilers['client-credentials-exchange'], 'function');
Assert.equal(typeof Compilers['password-exchange'], 'function');
Assert.equal(typeof Compilers['post-change-password'], 'function');
Assert.equal(typeof Compilers['pre-user-registration'], 'function');
Assert.equal(typeof Compilers['post-user-registration'], 'function');
Assert.equal(typeof Compilers['generic'], 'function');
});

});

0 comments on commit 269e6df

Please sign in to comment.