Skip to content

Commit

Permalink
Test watch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jul 7, 2024
1 parent 28e5d50 commit 5e75ab0
Show file tree
Hide file tree
Showing 13 changed files with 4,599 additions and 1,356 deletions.
11 changes: 11 additions & 0 deletions dm-lezer/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/** @type {import("jest").Config} */
const config = {
watchPathIgnorePatterns: [
"<rootDir>/src/parser.js",
"<rootDir>/src/parser.terms.js",
"<rootDir>/node_modules",
],
moduleFileExtensions: ["js", "cjs", "test", "grammar"],
};

module.exports = config;
Loading

0 comments on commit 5e75ab0

Please sign in to comment.