another bump #70
Annotations
7 errors
|
test (20.x)
Process completed with exit code 1.
|
|
test/inOut.test.ts > Simple input and output > exits with a success code:
packages/clifty/test/inOut.test.ts#L14
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/inOut.test.ts:14:20
|
|
test (22.x)
Process completed with exit code 1.
|
|
test/npm.test.ts > NPM init with steps in defineInteraction > package.json contains the valid entries:
packages/clifty/test/npm.test.ts#L176
Error: Snapshot `NPM init with steps in defineInteraction > package.json contains the valid entries 1` mismatched
- Expected
+ Received
"{
"name": "testproject123",
"version": "1.1.1",
+ "description": "",
"main": "index.js",
"scripts": {
"test": "vitest"
},
"author": "",
- "license": "MIT",
- "description": ""
+ "license": "MIT"
}
"
❯ test/npm.test.ts:176:8
|
|
test/npm.test.ts > NPM init with steps > package.json contains the valid entries:
packages/clifty/test/npm.test.ts#L106
Error: Snapshot `NPM init with steps > package.json contains the valid entries 1` mismatched
- Expected
+ Received
"{
"name": "testproject123",
"version": "1.1.1",
+ "description": "",
"main": "index.js",
"scripts": {
"test": "vitest"
},
"author": "",
- "license": "MIT",
- "description": ""
+ "license": "MIT"
}
"
❯ test/npm.test.ts:106:8
|
|
test/npm.test.ts > NPM init > package.json contains the valid entries:
packages/clifty/test/npm.test.ts#L51
Error: Snapshot `NPM init > package.json contains the valid entries 1` mismatched
- Expected
+ Received
"{
"name": "testproject123",
"version": "1.1.1",
+ "description": "",
"main": "index.js",
"scripts": {
"test": "vitest"
},
"author": "",
- "license": "MIT",
- "description": ""
+ "license": "MIT"
}
"
❯ test/npm.test.ts:51:8
|
|
test (22.x)
The strategy configuration was canceled because "test._20_x" failed
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
dist-20.x
Expired
|
6.49 KB |
sha256:f19bfe6267446ff85bf7fd997b414abb49ebd3e3524e64e4471d6ea0509138d2
|
|
|
dist-22.x
Expired
|
6.49 KB |
sha256:f19bfe6267446ff85bf7fd997b414abb49ebd3e3524e64e4471d6ea0509138d2
|
|