Skip to content

Commit

Permalink
repro: add shim-like object to test package to fail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Nov 29, 2023
1 parent cf8fd03 commit a1510c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test-packages/01-basic-app/app/models/shim.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Mimics the static apis of ShimModelClass from ember-data
export default class Shim {
fields;
attributes;
relationshipsByName;

eachAttribute() {}
eachRelationship() {}
eachTransformedAttribute() {}
}

0 comments on commit a1510c6

Please sign in to comment.