We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e403a66 commit 65b1f58Copy full SHA for 65b1f58
test/bug_147.tests.js test/issue_147.tests.js
@@ -1,7 +1,7 @@
1
var jwt = require('../index');
2
var expect = require('chai').expect;
3
4
-describe('signing with a sealed payload', function() {
+describe('issue 147 - signing with a sealed payload', function() {
5
6
it('should put the expiration claim', function () {
7
var token = jwt.sign(Object.seal({foo: 123}), '123', { expiresIn: 10 });
0 commit comments