Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
decentralgabe committed Dec 13, 2024
1 parent 7d5b686 commit b9de4dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-runner.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import chai from 'chai';
import {getImplementationFeatures, implementationsWithFeatures} from '../implementations/index.js';
import {checkTestResults, generateTestResults} from './test-util.js';
import {SDJWTTestMapping} from './test-mapping.js';
import {COSETestMapping, JOSETestMapping, SDJWTTestMapping} from './test-mapping.js';

const should = chai.should();

const testMappingSuites = [
// {name: 'JOSE Tests', mapping: JOSETestMapping},
{name: 'JOSE Tests', mapping: JOSETestMapping},
{name: 'SD-JWT Tests', mapping: SDJWTTestMapping},
// {name: 'COSE Tests', mapping: COSETestMapping},
{name: 'COSE Tests', mapping: COSETestMapping},
];

for (const {name: suiteName, mapping} of testMappingSuites) {
Expand Down

0 comments on commit b9de4dd

Please sign in to comment.