Register Divider_spec with tests

This commit is contained in:
David Evans 2018-01-22 19:53:42 +00:00
parent f6ddf9443e
commit 326168b77d
2 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,6 @@ defineDescribe('Divider', [
) => { ) => {
'use strict'; 'use strict';
const divider = new Divider();
describe('Divider', () => { describe('Divider', () => {
it('registers itself with the component store', () => { it('registers itself with the component store', () => {
const components = BaseComponent.getComponents(); const components = BaseComponent.getComponents();

View File

@ -22,6 +22,7 @@ define([
'sequence/components/AgentHighlight_spec', 'sequence/components/AgentHighlight_spec',
'sequence/components/Block_spec', 'sequence/components/Block_spec',
'sequence/components/Connect_spec', 'sequence/components/Connect_spec',
'sequence/components/Divider_spec',
'sequence/components/Marker_spec', 'sequence/components/Marker_spec',
'sequence/components/Note_spec', 'sequence/components/Note_spec',
'sequence/components/Parallel_spec', 'sequence/components/Parallel_spec',