diff --git a/jest.config.js b/jest.config.js index 3070c75..e2041f5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,8 +1,8 @@ module.exports = { rootDir: "./_build/default/", testMatch: ["**/*_test.js"], - // ignoring these, are they are just temporary copies from runtime_deps, the final ones are in - // the path with melange.emit target, e.g. _build/default/dom/test/test/dom/test/__snapshots__ + /* Ignoring these, as they are just temporary copies from runtime_deps, the final ones are in the + path created using the melange.emit target, e.g. _build/default/dom/test/test/dom/test/__snapshots__ */ modulePathIgnorePatterns: ["react/test/__snapshots__", "dom/test/__snapshots__"] }; \ No newline at end of file