|
@@ -26,6 +26,10 @@ describe( 'LabeledInputView', () => {
|
|
|
view.render();
|
|
view.render();
|
|
|
} );
|
|
} );
|
|
|
|
|
|
|
|
|
|
+ afterEach( () => {
|
|
|
|
|
+ sinon.restore();
|
|
|
|
|
+ } );
|
|
|
|
|
+
|
|
|
describe( 'constructor()', () => {
|
|
describe( 'constructor()', () => {
|
|
|
describe( 'deprecation warning', () => {
|
|
describe( 'deprecation warning', () => {
|
|
|
it( 'should be shown in the console after component initialization', () => {
|
|
it( 'should be shown in the console after component initialization', () => {
|