We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d42ee commit 3565a2cCopy full SHA for 3565a2c
tests/JumpAnchorPluginTest.php
@@ -49,7 +49,7 @@ public function test_plugin_returns_js_extensions()
49
{
50
// Mock the FilamentAsset facade to avoid dependency issues
51
FilamentAsset::shouldReceive('getScriptSrc')
52
- ->with('rich-content-plugins/jump-anchor')
+ ->with('rich-content-plugins/jump-anchor', 'backstage/fields')
53
->andReturn('/path/to/jump-anchor.js');
54
55
$plugin = new JumpAnchorRichContentPlugin();
0 commit comments