mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-25 21:08:54 +08:00
12 lines
213 B
TypeScript
12 lines
213 B
TypeScript
export const selectors = {
|
|
class: {
|
|
outputText: '.output-text',
|
|
reactMonacoEditor: '.react-monaco-editor-container'
|
|
},
|
|
id: {},
|
|
data: {},
|
|
tag: {
|
|
inputSolution: 'input[name="solution"]'
|
|
}
|
|
};
|