Skip to content

Commit f07deb8

Browse files
committed
test: update snapshots
1 parent a519605 commit f07deb8

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

e2e/__tests__/__snapshots__/showConfig.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ exports[`--showConfig outputs config info and exits 1`] = `
4040
"cjs",
4141
"jsx",
4242
"ts",
43+
"mts",
44+
"cts",
4345
"tsx",
4446
"json",
4547
"node"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`testMatch should able to match file with cts and mts extension 1`] = `
4+
"Test Suites: 2 passed, 2 total
5+
Tests: 2 passed, 2 total
6+
Snapshots: 0 total
7+
Time: <<REPLACED>>
8+
Ran all test suites."
9+
`;

packages/jest-cli/src/init/__tests__/__snapshots__/init.test.ts.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ const config: Config = {
202202
// "cjs",
203203
// "jsx",
204204
// "ts",
205+
// "mts",
206+
// "cts",
205207
// "tsx",
206208
// "json",
207209
// "node"
@@ -404,6 +406,8 @@ const config = {
404406
// "cjs",
405407
// "jsx",
406408
// "ts",
409+
// "mts",
410+
// "cts",
407411
// "tsx",
408412
// "json",
409413
// "node"
@@ -606,6 +610,8 @@ const config = {
606610
// "cjs",
607611
// "jsx",
608612
// "ts",
613+
// "mts",
614+
// "cts",
609615
// "tsx",
610616
// "json",
611617
// "node"

0 commit comments

Comments
 (0)