Skip to content

Commit d564028

Browse files
committed
Remove id field from model definition in test
Just making sure this isn’t breaking a test because this isn’t how fields will typically be declared. They’ll go into the object returned from `instanceDefaults` or into the `setupInstance` method.
1 parent ffe24dd commit d564028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/service-module/model-instance-defaults.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function makeContext() {
3838

3939
class Todo extends BaseModel {
4040
public static modelName = 'Todo'
41-
public id
4241
public description: string
4342

4443
public constructor(data = {}, options?) {

0 commit comments

Comments
 (0)