mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-01-08 20:18:01 -05:00
chore: fix test specs (#20)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -28,13 +28,13 @@ after(async function () {
|
||||
});
|
||||
|
||||
describe('tlsn-js test suite', function () {
|
||||
it('should prove and verify', async function () {
|
||||
it('should prove and verify swapi.dev', async function () {
|
||||
const content = await check('full-integration-swapi');
|
||||
const result = safeParseJson(content);
|
||||
assert(result);
|
||||
});
|
||||
|
||||
it('should prove and verify', async function () {
|
||||
it('should verify', async function () {
|
||||
const content = await check('simple-verify');
|
||||
const result = safeParseJson(content);
|
||||
assert(result);
|
||||
|
||||
Reference in New Issue
Block a user