mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-09 05:20:05 +00:00
chore(default-contexts): made default contexts private
This commit is contained in:
@@ -31,8 +31,8 @@ describe('ContextManager', () => {
|
||||
() => {}
|
||||
)
|
||||
|
||||
const defaultComputeContexts = contextManager.defaultComputeContexts
|
||||
const defaultLauncherContexts = contextManager.defaultLauncherContexts
|
||||
const defaultComputeContexts = contextManager.getDefaultComputeContexts
|
||||
const defaultLauncherContexts = contextManager.getDefaultLauncherContexts
|
||||
|
||||
const getRandomDefaultComputeContext = () =>
|
||||
defaultComputeContexts[
|
||||
|
||||
Reference in New Issue
Block a user