Skip to content

Commit 9915c2f

Browse files
committed
Update tests for lazy doc changes
1 parent 49d28a6 commit 9915c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/make-stimulus-controller/with_targets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Controller } from '@hotwired/stimulus';
22

33
/*
44
* The following line makes this controller "lazy": it won't be downloaded until needed
5-
* See https://github.com/symfony/stimulus-bridge#lazy-controllers
5+
* See https://symfony.com/bundles/StimulusBundle/current/index.html#lazy-stimulus-controllers
66
*/
77
/* stimulusFetch: 'lazy' */
88
export default class extends Controller {

tests/fixtures/make-stimulus-controller/without_targets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Controller } from '@hotwired/stimulus';
22

33
/*
44
* The following line makes this controller "lazy": it won't be downloaded until needed
5-
* See https://github.com/symfony/stimulus-bridge#lazy-controllers
5+
* See https://symfony.com/bundles/StimulusBundle/current/index.html#lazy-stimulus-controllers
66
*/
77
/* stimulusFetch: 'lazy' */
88
export default class extends Controller {

0 commit comments

Comments
 (0)