Skip to content

Commit 5e75ab0

Browse files
committed
Test watch
1 parent 28e5d50 commit 5e75ab0

13 files changed

+4599
-1356
lines changed

dm-lezer/jest.config.cjs

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/** @type {import("jest").Config} */
2+
const config = {
3+
watchPathIgnorePatterns: [
4+
"<rootDir>/src/parser.js",
5+
"<rootDir>/src/parser.terms.js",
6+
"<rootDir>/node_modules",
7+
],
8+
moduleFileExtensions: ["js", "cjs", "test", "grammar"],
9+
};
10+
11+
module.exports = config;

0 commit comments

Comments
 (0)