forked from extern/bruno
13 lines
181 B
JavaScript
13 lines
181 B
JavaScript
const {
|
|
ScriptRuntime
|
|
} = require('./scripts/script-runtime');
|
|
|
|
const {
|
|
TestRuntime
|
|
} = require('./scripts/test-runtime');
|
|
|
|
module.exports = {
|
|
ScriptRuntime,
|
|
TestRuntime
|
|
};
|