Skip to content

Commit 0ef86a4

Browse files
cjyuanillicitonion
andauthored
Update Sprint-3/todo-list/01-using_esm_with_nodejs_and_jest.md
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
1 parent e92e4c9 commit 0ef86a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-3/todo-list/01-using_esm_with_nodejs_and_jest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use ESM, we can add `"type": "module"` to `package.json`, or we can name the
88
with `.mjs` file extension.
99

1010
**Important**:
11-
- Avoid mixing CommonJS and ESM in the same project unless you know what you're doing.
11+
- Avoid mixing CommonJS and ESM in the same project. At CYF you should only use ESM.
1212

1313

1414
## Jest

0 commit comments

Comments
 (0)