mirror of
https://github.com/gchq/CyberChef
synced 2025-12-24 04:04:25 +00:00
Added webpack-bundle-analyzer to production build. Refactored some modules to improve performance. Removed moment-timezone from Utils to drastically reduce module size.
This commit is contained in:
@@ -334,16 +334,12 @@ TestRegister.addTests([
|
||||
},
|
||||
{
|
||||
name: "To MessagePack: no content",
|
||||
input: "{}",
|
||||
input: "",
|
||||
expectedMatch: /Unexpected end of JSON input/,
|
||||
recipeConfig: [
|
||||
{
|
||||
"op": "To MessagePack",
|
||||
"args": []
|
||||
},
|
||||
{
|
||||
"op": "To Hex",
|
||||
"args": ["Space"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user