Skip to content

Commit 2e0088b

Browse files
committed
Remove unnecessary snapshot
1 parent faa4fff commit 2e0088b

File tree

1 file changed

+1
-61
lines changed

1 file changed

+1
-61
lines changed

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

+1-61
Original file line numberDiff line numberDiff line change
@@ -63,67 +63,6 @@ Object {
6363
}
6464
`;
6565

66-
exports[`init project using jest.config.cts ask the user whether he wants to use Typescript or not user answered with "Yes" 1`] = `
67-
Array [
68-
Object {
69-
"initial": true,
70-
"message": "Would you like to use Jest when running "test" script in "package.json"?",
71-
"name": "scripts",
72-
"type": "confirm",
73-
},
74-
Object {
75-
"initial": false,
76-
"message": "Would you like to use Typescript for the configuration file?",
77-
"name": "useTypescript",
78-
"type": "confirm",
79-
},
80-
Object {
81-
"choices": Array [
82-
Object {
83-
"title": "node",
84-
"value": "node",
85-
},
86-
Object {
87-
"title": "jsdom (browser-like)",
88-
"value": "jsdom",
89-
},
90-
],
91-
"initial": 0,
92-
"message": "Choose the test environment that will be used for testing",
93-
"name": "environment",
94-
"type": "select",
95-
},
96-
Object {
97-
"initial": false,
98-
"message": "Do you want Jest to add coverage reports?",
99-
"name": "coverage",
100-
"type": "confirm",
101-
},
102-
Object {
103-
"choices": Array [
104-
Object {
105-
"title": "v8",
106-
"value": "v8",
107-
},
108-
Object {
109-
"title": "babel",
110-
"value": "babel",
111-
},
112-
],
113-
"initial": 0,
114-
"message": "Which provider should be used to instrument code for coverage?",
115-
"name": "coverageProvider",
116-
"type": "select",
117-
},
118-
Object {
119-
"initial": false,
120-
"message": "Automatically clear mock calls, instances, contexts and results before every test?",
121-
"name": "clearMocks",
122-
"type": "confirm",
123-
},
124-
]
125-
`;
126-
12766
exports[`init project using jest.config.ts ask the user whether he wants to use Typescript or not user answered with "Yes" 1`] = `
12867
Array [
12968
Object {
@@ -270,6 +209,7 @@ module.exports = {
270209
// "cjs",
271210
// "jsx",
272211
// "ts",
212+
// "cts",
273213
// "tsx",
274214
// "json",
275215
// "node"

0 commit comments

Comments
 (0)