Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 120c95c

Browse files
committed
update
1 parent 07cb334 commit 120c95c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/runtime/test/client-api/name-mapping.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ describe('Name mapping tests', () => {
1010
},
1111
models: {
1212
Foo: {
13+
name: 'Foo',
1314
fields: {
1415
id: {
16+
name: 'id',
1517
type: 'String',
1618
id: true,
1719
default: ExpressionUtils.call('uuid'),
1820
},
1921
x: {
22+
name: 'x',
2023
type: 'Int',
2124
attributes: [
2225
{

0 commit comments

Comments
 (0)