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