Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit efaf59f

Browse files
committed
chore(jqLite): fix $destroy describe block titles
1 parent f18dd29 commit efaf59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/jQueryPatchSpec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (window.jQuery) {
2828
expect(spy2).toHaveBeenCalledTimes(1);
2929
});
3030

31-
describe('$detach event', function() {
31+
describe('$destroy event', function() {
3232

3333
it('should fire on remove()', function() {
3434
doc.find('span').remove();
@@ -77,7 +77,7 @@ if (window.jQuery) {
7777
expect(spy1).not.toHaveBeenCalled();
7878
});
7979

80-
describe('$detach event is not invoked in too many cases', function() {
80+
describe('$destroy event is not invoked in too many cases', function() {
8181

8282
it('should fire only on matched elements on remove(selector)', function() {
8383
doc.find('span').remove('.second');

0 commit comments

Comments
 (0)