Skip to content

Commit 16b3df8

Browse files
committed
fix: minor corrections
1 parent 64e5f9c commit 16b3df8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/meta/meta.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ==========================================================================
2-
tests/unit/meta/meta.test.js
2+
tests/meta/meta.test.js
33
44
Copyright © 2025 Network Pro Strategies (Network Pro™)
55
SPDX-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
*/

tests/unit/server/meta.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This file is part of Network Pro.
1515
*/
1616

1717
import { 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

2020
describe('Meta info', () => {
2121
it('should have correct title and description', () => {

0 commit comments

Comments
 (0)