We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088b9e4 commit 3f6a7a0Copy full SHA for 3f6a7a0
server/util/constants.js
@@ -1,9 +1,6 @@
1
// Mirror of constant in /client/components/TestRenderer/OutputTextArea/constants.js
2
const NO_OUTPUT_STRING = 'No output was detected.';
3
4
-// Deprecated: AT versions supported by jobs now stored in DB on AtVersion
5
-const AT_VERSIONS_SUPPORTED_BY_COLLECTION_JOBS = {};
6
-
7
const VENDOR_NAME_TO_AT_MAPPING = {
8
vispero: ['JAWS'],
9
nvAccess: ['NVDA'],
@@ -12,6 +9,5 @@ const VENDOR_NAME_TO_AT_MAPPING = {
12
13
10
module.exports = {
14
11
NO_OUTPUT_STRING,
15
- AT_VERSIONS_SUPPORTED_BY_COLLECTION_JOBS,
16
VENDOR_NAME_TO_AT_MAPPING
17
};
0 commit comments