/** @type {import('jest').Config} */ module.exports = { testPathIgnorePatterns: [ "/node_modules/", "/open-computer/", ], };