chore: fix test specs (#20)

This commit is contained in:
tsukino
2024-02-16 05:03:00 -05:00
committed by GitHub
parent 238a64bf2b
commit 644ece89e3
2 changed files with 3 additions and 6160 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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);