UNPKG

pactum

Version:

REST API Testing Tool for all levels in a Test Pyramid

13 lines (9 loc) 182 B
const State = require('../models/State'); const state = { set(name, data) { const s = new State(); s.add(name, data); return s.set(); } }; module.exports = state;