mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Mock filesystem in configFile.spec.js
This commit is contained in:
parent
5304a7744a
commit
1e7cd74364
2 changed files with 71 additions and 36 deletions
|
|
@ -5,7 +5,10 @@ import { ui } from "../environment/userInteraction.js";
|
|||
|
||||
/**
|
||||
* @typedef {Object} SafeChainConfig
|
||||
* @property {any} scanTimeout // This should be a number
|
||||
*
|
||||
* This should be a number, but can be anything because it is user-input.
|
||||
* We cannot trust the input and should add the necessary validations.
|
||||
* @property {any} scanTimeout
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue