Skip to content

Commit

Permalink
Remove unnecessary snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTimonius committed Apr 13, 2023
1 parent faa4fff commit 2e0088b
Showing 1 changed file with 1 addition and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,67 +63,6 @@ Object {
}
`;

exports[`init project using jest.config.cts ask the user whether he wants to use Typescript or not user answered with "Yes" 1`] = `
Array [
Object {
"initial": true,
"message": "Would you like to use Jest when running "test" script in "package.json"?",
"name": "scripts",
"type": "confirm",
},
Object {
"initial": false,
"message": "Would you like to use Typescript for the configuration file?",
"name": "useTypescript",
"type": "confirm",
},
Object {
"choices": Array [
Object {
"title": "node",
"value": "node",
},
Object {
"title": "jsdom (browser-like)",
"value": "jsdom",
},
],
"initial": 0,
"message": "Choose the test environment that will be used for testing",
"name": "environment",
"type": "select",
},
Object {
"initial": false,
"message": "Do you want Jest to add coverage reports?",
"name": "coverage",
"type": "confirm",
},
Object {
"choices": Array [
Object {
"title": "v8",
"value": "v8",
},
Object {
"title": "babel",
"value": "babel",
},
],
"initial": 0,
"message": "Which provider should be used to instrument code for coverage?",
"name": "coverageProvider",
"type": "select",
},
Object {
"initial": false,
"message": "Automatically clear mock calls, instances, contexts and results before every test?",
"name": "clearMocks",
"type": "confirm",
},
]
`;

exports[`init project using jest.config.ts ask the user whether he wants to use Typescript or not user answered with "Yes" 1`] = `
Array [
Object {
Expand Down Expand Up @@ -270,6 +209,7 @@ module.exports = {
// "cjs",
// "jsx",
// "ts",
// "cts",
// "tsx",
// "json",
// "node"
Expand Down

0 comments on commit 2e0088b

Please sign in to comment.