UNPKG

relicxsdk

Version:

Relicx SDK provides natural language apis that can assert application behavior, perform tasks by generating code, extract data from the application state and fake data. It comes with a cypress plugin to make it convenient to use the Relicx API in cypress

6 lines (5 loc) 111 B
module.exports = { presets: [ ['@babel/preset-env', { targets: { node: 'current' } }], ], };