Skip to content

Commit

Permalink
Merge pull request #1105 from kiwiupover/adding-krystan-huffMenne-to-…
Browse files Browse the repository at this point in the history
…emberdata-core-team

Adding Krystan HuffMenne to the Ember Data core team
  • Loading branch information
IgnaceMaes authored May 1, 2024
2 parents dd79b35 + 9f9551f commit d6592fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/team-member/krystan-huffmenne.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ image: khuffmenne.jpg
added: 2023-05-19T00:00:00.000Z
teams:
- typescript
- data
---
2 changes: 1 addition & 1 deletion data/team-member/scott-newcomer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ twitter: 'https://twitter.com/puekey'
image: snewcomer.jpg
added: 2022-08-14T09:00:00.000Z
teams:
- data
- alumni
---
3 changes: 2 additions & 1 deletion tests/unit/controllers/teams-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module('Unit | Controller | teams', function (hooks) {
// Create an intermediate data structure for assertion
const output = dataTeamMembers.map((teamMember) => teamMember.id);

assert.deepEqual(output, ['chris-thoburn', 'scott-newcomer']);
assert.deepEqual(output, ['chris-thoburn', 'krystan-huffmenne']);
});

test('We sort Learning team members by when they were first added', function (assert) {
Expand Down Expand Up @@ -127,6 +127,7 @@ module('Unit | Controller | teams', function (hooks) {
'chris-krycho',
'dan-freeman',
'bert-de-block',
'scott-newcomer',
]);
});
});

0 comments on commit d6592fe

Please sign in to comment.