mirror of
https://github.com/gchq/CyberChef
synced 2025-12-18 01:03:47 +00:00
more linting
This commit is contained in:
@@ -442,8 +442,6 @@ class Dish {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Dish data type enum for byte arrays.
|
||||
* @readonly
|
||||
|
||||
@@ -3,7 +3,6 @@ import it from "../assertionHandler";
|
||||
import TestRegister from "../../lib/TestRegister";
|
||||
import File from "../../../src/node/File";
|
||||
import {zip, Dish} from "../../../src/node/index";
|
||||
import { DishBigNumber } from "../../../src/core/dishTranslationTypes/index.mjs";
|
||||
|
||||
TestRegister.addApiTests([
|
||||
it("File: should exist", () => {
|
||||
|
||||
Reference in New Issue
Block a user