export const currentTestProviderKey = Symbol('currentTest') export const psychProviderKey = Symbol('psych') export const psychPaneProviderKey = Symbol('psychPane') export const hasPsychProviderKey = Symbol('hasPsych') export const variablesType = Symbol('variables') export const templatesProviderKey = Symbol('templates')