aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/tutorials
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2019-03-22 14:20:57 +0100
committersonartech <sonartech@sonarsource.com>2019-03-29 09:44:59 +0100
commit9d62bc6df05b958d154e831a52302e46b89e7d77 (patch)
treeee3c5ba6c29040619a8fcfbae99b487ff10685bb /server/sonar-web/src/main/js/apps/tutorials
parent17bbc381c796efc51326c96e77c0fe7294c6a010 (diff)
downloadsonarqube-9d62bc6df05b958d154e831a52302e46b89e7d77.tar.gz
sonarqube-9d62bc6df05b958d154e831a52302e46b89e7d77.zip
Update jest and enzyme
* Update jest snapshots
Diffstat (limited to 'server/sonar-web/src/main/js/apps/tutorials')
-rw-r--r--server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/NewProjectForm-test.tsx.snap4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/NewProjectForm-test.tsx.snap b/server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/NewProjectForm-test.tsx.snap
index f6722a21bf6..b043072b6a9 100644
--- a/server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/NewProjectForm-test.tsx.snap
+++ b/server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/NewProjectForm-test.tsx.snap
@@ -107,7 +107,7 @@ exports[`creates new project 3`] = `
],
"results": Array [
Object {
- "isThrow": false,
+ "type": "return",
"value": undefined,
},
],
@@ -261,7 +261,7 @@ exports[`deletes project 3`] = `
],
"results": Array [
Object {
- "isThrow": false,
+ "type": "return",
"value": undefined,
},
],