fix: resolve TypeScript compilation errors in ObjectQL engine datasource mapping #3830
Annotations
3 errors
|
Test Core
Process completed with exit code 1.
|
|
Test Core
@objectstack/spec#test: command (/home/runner/work/framework/framework/packages/spec) /opt/hostedtoolcache/node/20.20.2/x64/bin/pnpm run test exited (1)
|
|
src/stack.test.ts > defineStack > should validate config in default mode (strict by default):
packages/spec/src/stack.test.ts#L433
AssertionError: expected { manifest: { …(5) }, objects: [] } to deeply equal { manifest: { …(4) }, objects: [] }
- Expected
+ Received
@@ -1,7 +1,8 @@
{
"manifest": {
+ "defaultDatasource": "default",
"id": "com.example.test",
"name": "test-project",
"type": "app",
"version": "1.0.0",
},
❯ src/stack.test.ts:433:20
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-output
|
8.07 MB |
sha256:6ee68be2f40aac7cb18dfa45cb728d4fa61a4c7f7d5564865ee28822f86b8b4e
|
|