Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 26, 2023
1 parent 82d6021 commit 1691339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -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__"]
};

0 comments on commit 1691339

Please sign in to comment.