Skip to content

Commit

Permalink
modernized to class-based model definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
runnerboy22 authored and snewcomer committed Oct 20, 2021
1 parent 052376f commit 8967753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module('integration/adapter/serialize - DS.Adapter integration test', function (
test('serialize() is delegated to the serializer', function (assert) {
assert.expect(1);

const Person = Model.extend();
class Person extends Model {}

this.owner.register('model:person', Person);
this.owner.register('adapter:application', Adapter.extend());
Expand Down

0 comments on commit 8967753

Please sign in to comment.