Commit 2c557e38 authored by Robert Knight's avatar Robert Knight

Register `<group-list>` as a component rather than directive in the tests

parent 02c93aef
......@@ -17,7 +17,7 @@ describe('groupList', function () {
before(function() {
angular.module('app', [])
.directive('groupList', groupList.directive)
.component('groupList', groupList.component)
.factory('groups', function () {
return fakeGroups;
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment