updated unit tests #10042
Annotations
2 errors
Unit Tests:
packages/zosfiles/__tests__/__unit__/utils/ZosFilesUtils.unit.test.ts#L34
expect(received).toMatchSnapshot()
Snapshot name: `ZosFilesUtils CONSTANTS should check if constant files have the expected constants loaded 2`
- Snapshot - 0
+ Received + 3
@@ -216,10 +216,13 @@
"message": "To create a VSAM cluster, the following option must be supplied: ",
},
"missingZfsOption": Object {
"message": "To create a z/OS file system, the following option must be supplied: ",
},
+ "newDataSetCreatedAndCopied": Object {
+ "message": "A new data set was created and copied into",
+ },
"noDataSetsInList": Object {
"message": "No data sets left after excluded pattern(s) were filtered out.",
},
"noDataSetsMatchingPattern": Object {
"message": "There are no data sets that match the provided pattern(s).",
at Object.<anonymous> (packages/zosfiles/__tests__/__unit__/utils/ZosFilesUtils.unit.test.ts:34:38)
|
Unit Tests
Process completed with exit code 1.
|
Loading