mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
fixed formatting
This commit is contained in:
parent
23faeadea2
commit
15bbed093c
1 changed files with 6 additions and 3 deletions
|
@ -11,7 +11,10 @@
|
||||||
* @license Apache-2.0
|
* @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 TestRegister from "../lib/TestRegister.mjs";
|
||||||
import "./tests/AESKeyWrap.mjs";
|
import "./tests/AESKeyWrap.mjs";
|
||||||
|
@ -165,7 +168,7 @@ const testStatus = {
|
||||||
allTestsPassing: true,
|
allTestsPassing: true,
|
||||||
counts: {
|
counts: {
|
||||||
total: 0,
|
total: 0,
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
setLongTestFailure();
|
setLongTestFailure();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue