UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

17 lines (16 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mockContext = exports.mockAuthConfig = void 0; exports.mockAuthConfig = { client: 'cl13nt', secret: '53cr3t', access_token: 'acc355', refresh_token: 'r3fr35h' }; exports.mockContext = { name: 'testContext', launchContext: { contextName: 'test launcher context' }, launchType: 'service' };