test('it returns the activity type dasherized', function(assert) {
    const result = feedType([[{ foreignId: 'LibraryEntry:42' }]]);
    assert.equal(result, 'library-entry');
  });