Files
Timothy Carambat d0dd9f504b ignore ts tests
2026-07-10 11:40:14 -07:00

8 lines
137 B
JavaScript

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