chore(release): v3.0.0 #827
Annotations
5 errors and 1 warning
test/loader.test.ts > loader > load fixture config:
test/loader.test.ts#L52
Error: Snapshot `loader > load fixture config 1` mismatched
- Expected
+ Received
{
- "$env": {
- "test": {
- "baseEnvConfig": true,
- },
- },
- "$test": {
- "envConfig": true,
- "extends": [
- "./test.config.dev",
- ],
- },
- "array": [
- "a",
- "b",
- ],
- "baseConfig": true,
- "baseEnvConfig": true,
- "colors": {
- "primary": "user_primary",
- "secondary": "theme_secondary",
- "text": "base_text",
- },
- "configFile": true,
- "defaultConfig": true,
- "devConfig": true,
- "enableDefault": true,
- "envConfig": true,
- "githubLayer": true,
- "npmConfig": true,
+ "defaultConfig": true,
"overridden": true,
"packageJSON": true,
"packageJSON2": true,
"rcFile": true,
"testConfig": true,
- "virtual": true,
}
❯ test/loader.test.ts:52:37
|
test/loader.test.ts > loader > extend from git repo:
test/loader.test.ts#L245
Error: Snapshot `loader > extend from git repo 1` mismatched
- Expected
+ Received
- {
- "$test": {
- "envConfig": true,
- "extends": [
- "./test.config.dev",
- ],
- },
- "array": [
- "a",
- ],
- "colors": {
- "primary": "user_primary",
- },
- "configFile": true,
- "devConfig": true,
- "enableDefault": true,
- "envConfig": true,
- "githubLayer": true,
- "npmConfig": true,
- "overridden": false,
- "theme": "./theme",
- }
+ {}
❯ test/loader.test.ts:245:37
|
test/loader.test.ts > loader > omit$Keys:
test/loader.test.ts#L300
TypeError: Cannot read properties of undefined (reading 'config')
❯ test/loader.test.ts:300:36
|
test/update.test.ts > update config file > update existing in .config folder:
test/update.test.ts#L60
AssertionError: expected 'D:\a\c12\c12\test\.tmp\.config\foobar…' to be 'D:/a/c12/c12/test/.tmp/.config/foobar…' // Object.is equality
Expected: "D:/a/c12/c12/test/.tmp/.config/foobar.ts"
Received: "D:\a\c12\c12\test\.tmp\.config\foobar.ts"
❯ test/update.test.ts:60:28
|
ci (windows-latest)
Process completed with exit code 1.
|
ci (windows-latest)
Cache not found for keys: node-cache-Windows-x64-pnpm-e429169fb552d396c38ba4b992269a2f0374e86198822561fc8011565384e433
|