File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/* ==========================================================================
2- tests/unit/ meta/meta.test.js
2+ tests/meta/meta.test.js
33
44Copyright © 2025 Network Pro Strategies (Network Pro™)
55SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
@@ -9,7 +9,7 @@ This file is part of Network Pro.
99/**
1010 * @file meta.test.js
1111 * @description Checks for correct metadata population in CI
12- * @module tests/unit/ meta
12+ * @module tests/meta
1313 * @author SunDevil311
1414 * @updated 2025-09-17
1515 */
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This file is part of Network Pro.
1515 */
1616
1717import { describe , expect , it } from 'vitest' ;
18- import { load } from '../../../src/routes/+layout.js' ; // adjust path if needed
18+ import { load } from '../../../src/routes/+layout.js' ;
1919
2020describe ( 'Meta info' , ( ) => {
2121 it ( 'should have correct title and description' , ( ) => {
You can’t perform that action at this time.
0 commit comments