Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Feb 3, 2024
1 parent 8ddc1ed commit b700aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/npm/audit-importmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
use Tonysm\ImportmapLaravel\Facades\Importmap;

Importmap::pin('is-svg', to: 'https://cdn.skypack.dev/[email protected]', preload: true);
Importmap::pin('lodash', to: '/js/vendor/lodash.js'); // @4.17.12
Importmap::pin('lodash', to: '/js/vendor/lodash.js'); // lodash@4.17.12
2 changes: 1 addition & 1 deletion tests/fixtures/npm/outdated-importmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
use Tonysm\ImportmapLaravel\Facades\Importmap;

Importmap::pin('is-svg', to: 'https://cdn.skypack.dev/[email protected]', preload: true);
Importmap::pin('lodash', to: '/js/vendor/lodash.js'); // @4.0.0
Importmap::pin('lodash', to: '/js/vendor/lodash.js'); // lodash@4.0.0

0 comments on commit b700aae

Please sign in to comment.