Browse Source

style(core): change test description

pull/2127/head
thediaval 7 years ago
parent
commit
538f32cf57
  1. 2
      npm/ng-packs/packages/core/src/lib/tests/debounce.directive.spec.ts

2
npm/ng-packs/packages/core/src/lib/tests/debounce.directive.spec.ts

@ -25,7 +25,7 @@ describe('InputEventDebounceDirective', () => {
expect(directive).toBeTruthy();
});
test('should have 1ms debounce time', () => {
test('should have 20ms debounce time', () => {
expect(directive.debounce).toBe(20);
});

Loading…
Cancel
Save