@contract-case/case-core
Version:
Core functionality for the ContractCase contract testing suite
11 lines • 352 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAX_FILENAME_LENGTH = void 0;
/**
* Our maximum filename length for a Case Contract.
*
* filenamify recommends the max filename length be 255, but defaults to 100, so
* we change it
*/
exports.MAX_FILENAME_LENGTH = 255;
//# sourceMappingURL=fileNameLength.js.map