fixed formatting
This commit is contained in:
parent
23faeadea2
commit
15bbed093c
@ -11,7 +11,10 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import { setLongTestFailure, logTestReport } from "../lib/utils.mjs";
|
||||
import {
|
||||
setLongTestFailure,
|
||||
logTestReport,
|
||||
} from "../lib/utils.mjs";
|
||||
|
||||
import TestRegister from "../lib/TestRegister.mjs";
|
||||
import "./tests/AESKeyWrap.mjs";
|
||||
@ -165,14 +168,14 @@ const testStatus = {
|
||||
allTestsPassing: true,
|
||||
counts: {
|
||||
total: 0,
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
setLongTestFailure();
|
||||
|
||||
const logOpsTestReport = logTestReport.bind(null, testStatus);
|
||||
|
||||
(async function () {
|
||||
(async function() {
|
||||
const results = await TestRegister.runTests();
|
||||
logOpsTestReport(results);
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user