Skip to content

Commit 3ea646f

Browse files
committed
test(rich-text-web): jest config
1 parent a8ab9a8 commit 3ea646f

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.cursor/rules/no-documentation.mdc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
description: No JSDOC documentations
3+
globs:
4+
alwaysApply: false
5+
---
6+
7+
# Your rule content
8+
9+
- Don't add JSDOC's in this repo at all.
10+
- Reconsider adding comments, if you really think the complexity of the added code needs some exaplanation, then you can a concise and short comment.s

packages/pluggableWidgets/rich-text-web/jest.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@ module.exports = {
66
*/
77
transformIgnorePatterns: ["node_modules/(?!quill)/"],
88
preset: "ts-jest",
9-
testEnvironment: "jsdom",
10-
moduleNameMapper: {
11-
"^quill-resize-module$": "<rootDir>/src/__mocks__/quill-resize-module.ts",
12-
"\\.(css|scss)$": "<rootDir>/src/__mocks__/styleMock.js"
13-
}
9+
testEnvironment: "jsdom"
1410
};

packages/pluggableWidgets/rich-text-web/src/__mocks__/styleMock.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)