UNPKG

suitescript-mocks

Version:

Set of mocks for unit testing Netsuite Suitescript 2.*

12 lines (9 loc) 178 B
const { assignConstructor } = require("../../helpers.cjs"); @assignConstructor() class Sublist { id; isChanged = false; isDisplay = true; type; } module.exports = Sublist;