Searched defs:PROJECT_ROOT (Results 1 – 3 of 3) sorted by relevance
29 const PROJECT_ROOT = path.resolve(__dirname, '../../'); constant
30 PROJECT_ROOT = os.path.abspath(os.path.join(TEST_TOOL_FILE_DIR, "../..")) variable in RegressTestConfig
20 const PROJECT_ROOT = path.join(__dirname, '..', '..'); constant