Files
2026-07-13 12:20:32 +08:00

8 lines
137 B
JavaScript

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