Skip to content

Commit a1510c6

Browse files
committed
repro: add shim-like object to test package to fail tests
1 parent cf8fd03 commit a1510c6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • test-packages/01-basic-app/app/models
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Mimics the static apis of ShimModelClass from ember-data
2+
export default class Shim {
3+
fields;
4+
attributes;
5+
relationshipsByName;
6+
7+
eachAttribute() {}
8+
eachRelationship() {}
9+
eachTransformedAttribute() {}
10+
}

0 commit comments

Comments
 (0)