1import path from 'node:path'; 2 3export const getSpecsPath = (): string => path.join(__dirname, '..', '..', '..', '..', 'specs');