mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
more linting
This commit is contained in:
parent
367532cf8d
commit
a210f951da
2 changed files with 0 additions and 3 deletions
|
@ -442,8 +442,6 @@ class Dish {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dish data type enum for byte arrays.
|
* Dish data type enum for byte arrays.
|
||||||
* @readonly
|
* @readonly
|
||||||
|
|
|
@ -3,7 +3,6 @@ import it from "../assertionHandler";
|
||||||
import TestRegister from "../../lib/TestRegister";
|
import TestRegister from "../../lib/TestRegister";
|
||||||
import File from "../../../src/node/File";
|
import File from "../../../src/node/File";
|
||||||
import {zip, Dish} from "../../../src/node/index";
|
import {zip, Dish} from "../../../src/node/index";
|
||||||
import { DishBigNumber } from "../../../src/core/dishTranslationTypes/index.mjs";
|
|
||||||
|
|
||||||
TestRegister.addApiTests([
|
TestRegister.addApiTests([
|
||||||
it("File: should exist", () => {
|
it("File: should exist", () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue